Skip to main content

Rate Limits

Rate limits are configured at the API key level. Depending on your key settings, requests are limited by:
  • rateLimitPerMinute
  • rateLimitPerHour
When a limit is exceeded, the API returns an error response. Use retries with backoff and spread traffic across time windows for better reliability.

Best practices

  • Use queue-based processing for bursty workloads
  • Implement exponential backoff on failures
  • Monitor request volume per key
  • Create separate keys for different workloads