All API requests require authentication. Pass your API key as a Bearer token in theDocumentation Index
Fetch the complete documentation index at: https://rekko.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
Bearer token
Key prefixes
| Prefix | Plan |
|---|---|
rk_free_ | Free tier |
rk_pro_ | Pro subscription |
Getting a key
Sign up at the dashboard or via the API:Key rotation
Rotate your key from the dashboard. The old key is revoked immediately.Error responses
| Status | Meaning |
|---|---|
401 Unauthorized | Missing or invalid API key |
403 Forbidden | Valid key but insufficient tier for this endpoint |
429 Too Many Requests | Rate limit or monthly quota exceeded |
Alternative auth methods
RapidAPI
If you subscribe via RapidAPI, use RapidAPI’s standard headers instead of a Bearer token. Rekko validates thex-rapidapi-proxy-secret automatically.