API Keys
All API requests require a Bearer token in theAuthorization header.
Create an API Key
Go to Settings > API in your dashboard to create and manage API keys.
Key types
Key format
API keys follow the formatrk_live_ followed by a random string. Example:
Response format
All responses follow a consistent envelope:Success
Error
Error codes
Pagination
List endpoints supportlimit and offset query parameters:
- Default limit: 50
- Maximum limit: 1000 (keywords), 200 (prompts), 500 (projects)
- Offset: 0-based
meta.pagination object indicates total count and has_more flag.
Rate limits
Rate limit headers are included in every response via
meta.rate_limit:
429 response. Wait until reset (Unix timestamp) before retrying.