Skip to main content

Rate Limiting

To ensure fair usage and platform stability, all API requests are rate-limited per API token.

Limits

WindowLimit
Per hour1,000 requests
Per day24,000 requests

Limits use a rolling window based on your request history.

Exceeding the Limit

When a rate limit is exceeded, the API returns an HTTP 429 Too Many Requests response. You should wait until the window resets before retrying.

Rate Limit Headers

Every response includes headers to help you track your usage:

HeaderDescription
X-RateLimit-LimitMaximum number of requests allowed in the current window
X-RateLimit-RemainingNumber of requests remaining in the current window
Retry-AfterSeconds until the rate limit resets (only present on 429 responses)