Skip to main content
CMS and Vision endpoints have separate rate limits:
TierCMS (req/min)Vision (req/min)
Free6010
Pro30060
EnterpriseCustomCustom

Response Headers

Rate limit headers are included in every response:
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 59
X-RateLimit-Reset: 1704067200
HeaderDescription
X-RateLimit-LimitMaximum requests allowed in the window
X-RateLimit-RemainingRequests remaining in the current window
X-RateLimit-ResetUnix timestamp when the window resets

Exceeding the Limit

When you exceed the rate limit, you’ll receive a 429 — Rate Limited error with a Retry-After header. Wait for the specified duration before retrying.