Skip to main content

Endpoint-Specific Rate Limits

Each endpoint has specific rate limits based on your tier (requests per minute):

Handling Rate Limits

When you exceed the rate limit, the API returns a 429 Too Many Requests status code. The response includes:

Best Practices

  1. Implement exponential backoff - When receiving a 429 response, wait before retrying
  2. Monitor rate limit headers - Track your usage to avoid hitting limits
  3. Spread requests over time - Avoid bursts/concurrent requests
  4. Cache responses - Store frequently accessed data locally when possible

Custom Rate Limits

Enterprise customers can request custom rate limits tailored to their needs. Contact our sales team to discuss custom limits.

Questions?

If you have questions about rate limits or need higher limits, please contact support.