CR
Docs

Rate Limits

Fair use policies and API limits to ensure stability for all users.

Limits by Plan

Public / Unauthenticated

10requests / min

Good for testing and development usage.

Authenticated

PRO
1,000requests / min

Standard limits for production API keys. Custom limits available.

Handling Rate Limits

If you exceed the rate limit, the API will return a 429 Too Many Requests response.

Recommendation: Exponential Backoff

When you receive a 429, pause your requests for 1 second, then retry. If it fails again, pause for 2 seconds, then 4 seconds, etc. Check the Retry-After header for precise wait times.