| Tier | CMS (req/min) | Vision (req/min) |
|---|---|---|
| Free | 60 | 10 |
| Pro | 300 | 60 |
| Enterprise | Custom | Custom |
Response Headers
Rate limit headers are included in every response:| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests allowed in the window |
X-RateLimit-Remaining | Requests remaining in the current window |
X-RateLimit-Reset | Unix timestamp when the window resets |
Exceeding the Limit
When you exceed the rate limit, you’ll receive a 429 — Rate Limited error with aRetry-After header. Wait for the specified duration before retrying.