Overview
To protect reliability and ensure fair usage, requests to the API are subject to rate limits. Rate limits are enforced per API key and apply across all endpoints.Limits
The API uses a token-bucket–style rate limiter that allows short bursts while enforcing a sustained request rate. Current limits (subject to change):- Burst capacity: approximately 50 requests
- Sustained rate: approximately 10 requests per second per API key
Rate limit exceeded (429)
When a request exceeds the rate limit, the API responds with429 Too Many Requests.
