Rate Limits

A rate limit is the number of API calls an app or user can make within a given time period. If this limit is exceeded or if CPU or total time limits are exceeded, the app or user may be throttled. API requests made by a throttled user or api will fail.

All API requests are subject to rate limits.

Did you know? You can contact us if you are on custom monthly plan and needs to increase a rate limit.

Standard Rate Limit

PlanRate limit

Free Trial

60

Basic

60

Regular

60

As needed

Above mentioned rate limits are calculated per minutes.

Error Codes

When an app or user has reached their rate limit, requests made by that app or user will fill and the API will respond with an error code.

Status codeDescription

429

Too many requests

Response Example

{
    "message": "Too Many Attempts."
}

Last updated