Rate Limits & Quotas

Every response includes three headers:

Header
Meaning

X‑RateLimit‑Limit

Max requests allowed in the current window

X‑RateLimit‑Remaining

Requests left before reset

Retry‑After

Seconds to wait after hitting the limit

If you exceed the limit the API returns 429 Too Many Requests with the Retry‑After header set. Contact support if you need a higher quota.

Last updated