Use API keys for programmatic access to LinguLink. Keys are scoped to your organization and are prefixed withDocumentation Index
Fetch the complete documentation index at: https://docs.linguolink.dev/llms.txt
Use this file to discover all available pages before exploring further.
ll_ followed by 64 hex characters.
Create a Key
You can create keys from the dashboard (API Keys) or via the API (POST /api/v1/api-keys, which itself requires the admin scope):
- Provide a unique name for the key
- Select the scopes the key needs (defaults to
export:read) - Optionally set a rate limit (1–10000 requests/hour, default 1000)
- Copy the full key — it is shown only once at creation
Security Checklist
- Use separate keys per environment
- Assign minimum required scopes
- Store keys in environment variables / a secret manager
- Rotate keys regularly
- Revoke compromised keys immediately
Available Scopes
| Scope | Grants |
|---|---|
export:read | Export/read translations (default scope) |
translations:read | Read translation data |
translations:write | Create or update translations |
admin | Manage API keys and other administrative operations |
TheContinue with API Usage.test,project, andGET /demoendpoints require no scope;exportrequiresexport:read; key management andPOST /demorequireadmin.