Skip to main content
Each API key gets its own sliding-window rate limit of 120 requests per minute. The window is keyed on the API key ID — one key’s traffic doesn’t eat into another’s.

Headers

Every response (including 429s) includes standard rate-limit headers:
X-RateLimit-Reset is a Unix epoch second telling you when the current window closes.

When you hit the limit

Back off and retry — ideally with jitter. A short Retry-After-friendly implementation:

Need more throughput?

Split traffic across multiple keys (each with its own 120/min budget), or reach out and tell us what you’re building.