Lymnus Logo
Docs Account & Settings

API Access & Keys

How to generate and manage API keys for the Lymnus API.

Updated 1 day ago 2 min read 10 views

The Lymnus API lets you integrate document extraction and AI capabilities directly into your own applications and workflows. API access is available on the Starter plan and above.

Generating an API key

  1. Click your avatar in the top-right corner.

  2. Select API Management.

  3. Click Generate New Key.

  4. Give the key a label to identify what it is used for.

  5. Click Create.

  6. Copy the key immediately — it is only shown once.

Keep your API keys secret. Do not commit them to version control or share them publicly. Anyone with your API key can make requests on your behalf and consume your tokens.

API rate limits

  • Starter — 10,000 API requests per month

  • Pro — 100,000 API requests per month

  • Enterprise — custom limits

Revoking an API key

To revoke a key, find it in the API Management list and click Revoke. The key becomes invalid immediately. Any integrations using that key will stop working until you update them with a new key.

API documentation

Full API documentation, including endpoint references, request/response examples, and SDK guides, is available at lymnus.com/api-docs.

Was this page helpful?