Plan-Based Limits
Rate limits vary based on your subscription tier, with higher plans offering increased capacity for production use.- Free accounts: Basic limits with requests limited per second, day, and month.
- Pro API: Increased limits suitable for individual professionals and hobbyists.
- Commercial API: Increased limits for commercial environments. Higher-tier plans have soft limits.
- Enterprise: No rate limits.
What are Soft Limits?
Soft limits don’t block your requests with error codes. However, if you consistently exceed your plan’s limits, we may reach out about upgrading your plan or reducing your request frequency.Rate Limit Headers
Each response includes HTTP headers showing your remaining requests for each period:Missing headers indicate no rate limit for that time period.
Note that headers may not appear in
429 error responses, so check both headers and status codes to monitor your usage.Rate Limit Exceeded
When you exceed your limits, you receive an HTTP429 status code along with a response like:
explore endpoint (varies by plan).
Ready to get started? Check out our Pro and API plans for higher limits, or dive into the endpoints.