Error Format
All errors return this format:HTTP Status Codes
Common Errors
Invalid API Key
Bot Not Found
Rate Limit Exceeded
Next Steps
Authentication
API authentication
Rate Limits
Rate limit details
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API error responses
{
"err": "Error message here",
"response": null
}
| Code | Description |
|---|---|
200 | Success |
400 | Bad Request - Invalid parameters |
401 | Unauthorized - Invalid API key |
403 | Forbidden - Insufficient permissions |
404 | Not Found - Resource doesn’t exist |
429 | Too Many Requests - Rate limit exceeded |
500 | Server Error - Something went wrong |
{
"err": "Invalid API key",
"response": null
}
{
"err": "Bot not found",
"response": null
}
{
"err": "Rate limit exceeded",
"response": null
}
Was this page helpful?