Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
API rate limits and how they work
429 Too Many Requests
{ "errors": [{ "code": "RATE_LIMIT_EXCEEDED", "title": "Rate Limit Exceeded", "status": "429", "detail": "Too many requests. Please slow down and retry.", "meta": { "retry_after": 60 } }] }
meta.retry_after
Was this page helpful?