Rate Limit Headers
Every API response includes headers to help you track your rate limit usage:Endpoint-Specific Limits
Different endpoints have different rate limits based on their resource intensity:Rate Limit Error Response
When you exceed the rate limit, you’ll receive a 429 response:Example Response Headers
The /v1/results endpoint has a stricter limit (2 req/sec) due to the data-intensive nature of result retrieval.
Code Examples
Response
429