1. Minute Limits (Rate Limiting)
- These control the maximum number of requests you can make per minute.
- Purpose: Prevent abuse and maintain overall API performance.
2. Monthly Limits
- These define the total number of requests allowed within a billing month.
- Limits reset at the start of each billing cycle.
- Free tier accounts are limited to up to 100 images per minute.
- Paid plans offer significantly higher limits; enterprise/custom plans may provide unlimited throughput or dedicated resources.
Rate Limit Exceeded Response
When you hit a rate limit (minute or monthly), the API returns:- HTTP Status:
429 Too Many Requests - Response Body example:
