Skip to main contentThe limits
- Not more than 100 requests in 10 seconds
- Not more than 600 requests in 60 seconds
That’s it. Short and clear.
Breaking the limit
If you exceed the limit, the API request will fail with the 429 status code.
How to stay within the limit
- Run your automations multiple times a day, instead of running your automations once per day. This will reduce the number of requests per minute.
- Split your API calls into batches and apply a wait time between batches. That way, you will reduce the number of requests per minute.
- Use AI to restructure your code to fit into our rate limits. Just send the AI this page for context, then request the changes.