Rate Limit
For fair usage
Last updated
For fair usage
Last updated
To ensure fair usage and maintain the stability of our service, the following rate limit policy is enforced:
Limit: Users can submit a maximum of 10 concurrent (simultaneous) orders within 10 minutes.
Scope: The rate limit is applied per user. (Excluding regenerations)
HTTP Status Code: If a user exceeds this rate limit, they will receive a 429 Too Many Requests
response.
Implement client-side rate limiting.
Handle 429
responses by pausing for the appropriate duration.