Rate Limits
Tiers
| Tier | Rate Limit | Tracking | Description |
|---|---|---|---|
| Demo | 5 req/min | By IP | No API key required |
| Standard | 100 req/min | By API key | With valid API key |
| Custom | Contact us | By API key | Enterprise needs |
Rate limits use a sliding window (60 seconds), not fixed intervals.
For response headers and error format, see the API Reference.
Exemptions
These endpoints are not rate-limited:
- Static resources
- Documentation pages
FAQ
Do failed requests count? Yes. Rate limiting runs before request processing, so every request counts regardless of response status.
Do cached responses count? Yes. Rate limiting runs as a preHandler hook before the cache is checked. Your own client-side cache does not count.
Can I have multiple API keys? Yes. Each key has its own rate limit. Useful for separating dev/staging/production.
Need higher limits? Contact your assigned account manager or reach out via the Hub chat with your expected volume and use case.