Rate Limiting
Overview
Our API enforces rate limits to ensure fair usage and prevent abuse.
Features Rate Limit
Monthly Quota: Each feature you access via the API is subject to a monthly rate limit. The count resets on the 1st of each month.
Example: If you have a limit of 1000 calls for a specific feature, you cannot exceed this limit within a given month.
Timed Rate Limit
Burst Rate: You can make up to 20 requests within 5 seconds using a single API key.
Example: If you exceed 20 requests in a 5-second window, subsequent requests will be temporarily blocked until the rate limit resets.
Rate Limiting Errors
- 429 Too Many Requests: This error occurs when the rate limit is exceeded. Reduce your request frequency or wait for the limit to reset.
Updated 3 months ago