> ## Documentation Index
> Fetch the complete documentation index at: https://koreai.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Quality AI - API Rate Limits

<Badge icon="arrow-left" color="gray">[Back to API List](/ai-for-service/apis/automation/api-list)</Badge>

Quality AI enforces rate limits to restrict the number of API requests an account/application can make within a timeframe. It helps prevent a single user or service from consuming disproportionate resources that could degrade the service for others.

Requests are monitored against a sixty-second limit. As long as the limit is not exceeded, the account/application can continue making requests.

Subsequent requests fail with the following error message when the rate limit is exceeded.

*"You've exceeded the per-minute rate limit. Wait for sometime before retrying."*

## API Rate Limit Matrix

| **Enforcement Level** | **Rate Limit** | **API List**                                                                                                                                 |
| --------------------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| account               | 60 per minute  | [Raw Data API](/ai-for-service/apis/quality-ai/raw-data-api), [Auto QA Reporting API](/ai-for-service/apis/quality-ai/auto-qa-reporting-api) |

## Best Practices

* Spread out calls evenly to avoid traffic spikes.
* Use filters to limit the data response size and avoid calls that request overlapping data.
* When the limit has been reached, stop making API calls. Wait for the specific time period to pass. Alternatively, implement a back-off strategy where your application automatically reduces its request frequency and retries failed requests after a calculated delay.

Need a higher or custom rolling Rate Limit? Contact support.
