Skip to content

Rate Limits

Tiers

TierRate LimitTrackingDescription
Demo5 req/minBy IPNo API key required
Standard100 req/minBy API keyWith valid API key
CustomContact usBy API keyEnterprise 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.