Errors
Overview of errors you might encounter
In-depth
Handling rate limits (429)
API usage is subject to rate limits based on your subscription tier. Rate limit details are included in response headers:
X-RateLimit-Limit- Total requests allowedX-RateLimit-Remaining- Requests remainingX-RateLimit-Reset- Time when limit resets (Unix timestamp)
When you exceed rate limits, you’ll receive a 429 Too Many Requests response. Honor the Retry-After header when present, and use exponential backoff for retries:
For higher rate limits, upgrade your plan or contact [email protected].