To ensure fair usage and consistent performance for all developers, Nexgent applies two types of rate limits to the Public API. If you require additional API requests, please contact us at Nexgent support.
Type | Limit | Scope | Reset Interval |
---|---|---|---|
Monthly quota | 1,000 requests | Per user (API key) | 1st of every month (UTC) |
429 Too Many Requests
error until the quota resets.Type | Limit | Scope | Time Window |
---|---|---|---|
Per-minute rate limit | 30 requests | Per user (API key) | 1 minute |
429 Too Many Requests
error.If you hit the rate limit (429 Too Many Requests
):
Retry-After
HTTP header will indicate how many seconds to wait before retrying.Example 429
response:
{
"error": {
"message": "Too many requests. Please wait and try again.",
"type": "rate_limit_error"
}
}
Limit Type | Limit | Scope | Reset |
---|---|---|---|
Monthly Quota | 1,000 requests | Per user (API key) | Monthly (1st, 00:00 UTC) |
Per-Minute Rate | 30 requests/minute | Per user (API key) | Every rolling minute |
For additional help with rate limits or to request higher limits for your application, contact Nexgent support.