Rate Limiting
Token bucket algorithm and limits
Rate Limiting
API requests are rate limited using a token bucket algorithm. Limits vary by API key tier:
API Key Tier | Requests/Min | Burst Capacity |
---|---|---|
Free | 10 | 10 |
Basic | 100 | 100 |
Pro | 1000 | 1000 |
Enterprise | 10000 | 10000 |
Rate Limit Headers
Every API response includes rate limit information in the headers:
http
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 59
X-RateLimit-Reset: 1640995200