Rate Limits
All API requests are subject to rate limiting to ensure platform stability.Limits
Rate Limit Headers
Every API response includes these headers:What to Do When Rate Limited
When you receive a429 Too Many Requests response:
- Read the
Retry-Afterheader for the number of seconds to wait - Pause all requests for that duration
- Retry the original request once the window resets
- Use exponential backoff if you receive consecutive 429 responses

