A rate limit defines the maximum number of API calls your application can make within a one-minute window. Rate limits are enforced to maintain platform stability and ensure equitable resources for all developers.
If your application exceeds its allowed Requests Per Minute (RPM), the API will return a 401 Unauthorized or 429 Too Many Requests error until the minute window resets.
For the exact RPM values currently associated with the Limited and Standard plans, please refer to the Pricing Table.
Tip: If you are frequently hitting rate limits on the Standard plan, it is recommended to implement exponential backoff in your application's retry logic, or upgrade to the Premium plan for unrestricted access.