Rate Limiting
To ensure fair and reliable service for all clients, API requests are subject to rate limits based on your product tier:
Basic plan: up to 3 requests per second and 500 requests per day
Premium plan: up to 15 requests per second and 2,000 requests per day
If the limit is exceeded, the API responds with a “Too Many Requests” error (HTTP 429). This indicates that the client must reduce its request rate or wait until the daily quota resets.
If your application requires a higher daily limit or sustained throughput, please contact our support team to discuss extended quota options.