Learn about how we apply rate limits to your API requests

Our API implements a consistent rate limit across all endpoints to ensure fair usage and system stability.

Each workspace is allocated 2500 requests per 5-minute interval.

This limit is shared among all API keys associated with a single workspace. In other words, if you're using multiple API keys within the same workspace, their combined usage must not exceed the 2500 requests per 5-minute threshold. Exceeding this limit will result in temporary request throttling until the next 5-minute window begins.

Upon reaching this limit all requests made will be rejected with a 429 HTTP Response.