Rate limit by plan
The following table outlines the rate limits (requests per minute) for each plan:Plan | Limit |
---|---|
Free | 10 requests per minute |
Launch | 150 requests per minute |
Scale | 300 requests per minute |
Pro | 300 requests per minute |
Custom rate limits
Pro plan customers can purchase higher rate limits if the standard limits don’t meet their needs. If you require increased capacity, please contact our support team with details about your use case and expected request volume. Custom rate limit packages are available starting at 500 requests per minute, with options for enterprise-level throughput based on your specific requirements.Rate limit headers
When making API requests, the following headers are included in the response to help you track your rate limit usage:Header | Description | Example |
---|---|---|
x-rate-limit-limit | The maximum number of requests allowed in the current time window | 60 |
x-rate-limit-remaining | The number of requests remaining in the current time window | 54 |
x-rate-limit-reset | The Unix timestamp (in seconds) when the rate limit window resets | 1740405419 |