What are the API rate limits for the Professional plan?
Based on the billing documentation, the Professional plan includes the following API rate limits:
Rate limits are enforced per API key. If you need higher limits, you can contact sales for a custom Enterprise plan.
What happens when I exceed the rate limit?
When you exceed the rate limit, the API returns a 429 Too Many Requests response with a Retry-After header indicating how many seconds to wait.
Best practices for handling rate limits:
The API also returns current rate limit status in response headers: X-RateLimit-Remaining and X-RateLimit-Reset.