Rate Limiting
The API uses in-memory rate limiting keyed by API key ID to protect service quality.Tiers
Your rate limit tier is determined by your subscription plan.
Response headers
Every API response (including429 errors) includes rate limit headers:
Example headers
Handling rate limits
When you exceed the limit, the API returns a429 Too Many Requests response. Use the X-RateLimit-Reset header to determine when to retry.

