Skip to main content
The Lumin REST API exposes document workflows as JSON endpoints under https://api.luminpdf.com/v1. Send signature requests, fill templates, generate agreements, and manage workspace resources from your backend. Start here: Quickstart · Authentication guide · Changelog

Authentication

Every request must include credentials. Most endpoints accept either method.
Pass your key in the Authorization header:
Authorization: API-key <your-key>
Or send it as X-API-Key: <your-key>.
Security schemeapiKey
HeaderX-API-Key
Best for server-to-server integrations and backend jobs. See API Keys.

Support