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:
Or send it as X-API-Key: <your-key>.Best for server-to-server integrations and backend jobs. See API Keys.

Support