Lumin REST API
- URL
-
https://api.luminpdf.com/v1 - Docs
- https://developers.luminpdf.com/tabs/api-reference/api/lumin-api-reference
X-API-KEY: <credential> /Authorization: basic <credential> Log in to Lumin, then go to Settings → Developer settings → API keys. Click Generate key, give the key a name, and click Create. Copy the key immediately and store it securely; the docs say you won't be able to see it again after closing the dialog. You must be a Workspace Owner to create API keys. See API Keys.
Authorization: Bearer <credential> Log in to Lumin and go to Settings → Developer settings → Integration apps, then click Create app. Enter an application name, choose Public Application (PKCE, no client secret) or Private Application (server-side, includes client secret), select scopes, add redirect URIs, configure the consent screen, and save. Lumin issues a Client ID for all apps and a Client Secret for private apps. You must be a Workspace Owner to register apps. See OAuth 2.0.