Rate Limiting
To ensure the stability and performance of our API, we have implemented rate limiting based on IP address and API key. This is a crucial security measure to prevent abuse and overuse of the API. Here’s how our rate limiting works:
Under your contracted API KEY
, you have the following daily rate limit or Requests Per Day (RPD):
Service | Free RPD | Premium RPD |
---|---|---|
ai-powered-search | 300 | - |
images-templates | 50 | 1000 |
icons | 100 | 2,500 |
ai-image-generator classic fast | 100 | 10,000 |
image-upscaler | N/A | 1250 |
style-transfer | N/A | 1250 |
image-relight | N/A | 1250 |
mystic | N/A | 6,000 |
Under your contracted API KEY
, you have the following daily rate limit or Requests Per Day (RPD):
Service | Free RPD | Premium RPD |
---|---|---|
ai-powered-search | 300 | - |
images-templates | 50 | 1000 |
icons | 100 | 2,500 |
ai-image-generator classic fast | 100 | 10,000 |
image-upscaler | N/A | 1250 |
style-transfer | N/A | 1250 |
image-relight | N/A | 1250 |
mystic | N/A | 6,000 |
General Rate Limit
Our general rate limit policy applies based on IP address
and allows:
- 50 hits per second over a 5-second period. This means that requests originating from the same IP address can make up to 50 API requests per second. If you exceed this limit, your requests may be throttled or temporarily blocked. The limit resets every 5 seconds.
Average Rate Limit
Additionally, we enforce an average rate limit policy based on IP address:
- 10 hits per second averaged over a 2-minute period. This means that over a 2-minute window, the average number of requests from the same IP address should not exceed 10 per second. If you surpass this average rate, your API access might be restricted until your request rate falls back within acceptable limits.
Need A Higher Rate Limit?
If your application requires a higher rate limit than what’s currently provided, we’re here to help! Please reach out to our sales team with details about your use case and expected traffic. We will set you up with a custom plan in no time.
Was this page helpful?