All API requests require a Bearer token in theDocumentation Index
Fetch the complete documentation index at: https://docs.clevis.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
Making authenticated requests
Include your API key in every request:Rate limits
Each API key is limited to 120 requests per minute by default. When exceeded, the API returns a429 status with the RATE_LIMIT_EXCEEDED error code.
Authentication errors
| Code | HTTP | Description |
|---|---|---|
MISSING_AUTH_TOKEN | 401 | No Authorization header provided |
INVALID_API_KEY | 401 | The API key is not in the allowed list |
RATE_LIMIT_EXCEEDED | 429 | Too many requests per minute |
Request ID
Every API response includes a uniquerequest_id (in the response body and the X-Request-ID header). Include this ID when contacting support to help us trace your request through our logs.