This guide walks you through getting authenticated and sending your first signature request using the Lumin API.Documentation Index
Fetch the complete documentation index at: https://developers.luminpdf.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A Lumin account with Workspace Owner access
curlor an HTTP client of your choice
Get your API key
- Log in to Lumin and go to Settings → Developer settings → API keys.
- Click Generate key, enter a name for the key, and click Create.
- Copy and securely store the key — you won’t be able to see it again.
Verify your credentials
Confirm your API key works by calling A successful response returns your user details:If you receive a
GET /user/info:401 or 403, double-check that your API key was copied correctly and that you are passing it in the X-API-KEY header.Send a signature request
Use A The signer receives an email with a link to review and sign the document. The
POST /signature_request/send to send a document to one or more signers.The example below sends a PDF from a public URL to a single signer:201 Created response returns the new signature request:status moves from WAITING_FOR_PROCESSING to NEED_TO_SIGN once the document is ready.Next steps
- Authentication overview — learn about API Key and OAuth 2.0 options
- API Reference — explore all available endpoints
- Webhooks — receive real-time event notifications when signers act