
Rate limit
Your API calls are subject to rate limits based on your subscription plan, which can be either Standard or Enterprise:
Standard Product: 60 calls per minute
Enterprise Product: 600 calls per minute
To monitor your remaining call quota, check the x-remaining-calls-per-minute
header in the response of each request.
If you exceed the allowed rate, you'll receive an "HTTP 429 - Too Many Requests" response.
In this case, the x-retry-after-seconds
header will specify the wait time in seconds before you can attempt another request.