Create new API key
API Keys
Create new API key
Create a new API key with specified permissions and rate limits
POST
Create new API key
Documentation Index
Fetch the complete documentation index at: https://docs.linguolink.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your API key in the format: Bearer <api_key>
Query Parameters
Maximum number of items to return (default: 10, max: 100)
Number of items to skip for pagination (default: 0)
Body
application/json
API key creation data
Name for the API key
Example:
"My API Key"
Rate limit in requests per hour
Required range:
1 <= x <= 10000Example:
1000
Permissions for the API key
Available options:
export:read, translations:read, translations:write, admin Example:
["export:read", "translations:read"]Response
Successful response
The response is of type object.