Rate limits
Requests are rate-limited per API key. Exceeding the limit returns 429 rate_limited.
Limits by plan
| Plan | Requests per second |
|---|---|
| Free | 2 rps |
| Pro | 10 rps |
| Scale | 25 rps |
Response headers
X-RateLimit-Limit— max requests in the windowX-RateLimit-Remaining— remaining requestsX-RateLimit-Reset— unix timestamp when the window resets