Skip to main content

Rate limits

Rate limits protect the platform and ensure fair use. If you exceed the limits, you'll receive 429 Too Many Requests with a short Retry-After.

Note: Replace the placeholders below with your actual limits for public vs. enterprise plans before publishing.

  • Public API (default): e.g. 1 RPS, 1,000 requests/day
  • Enterprise API: limits depend on plan. Contact support for higher throughput.

Handling 429s

  • Respect the Retry-After header.
  • Use exponential backoff with jitter.
  • Avoid thundering herds by staggering retries.