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

# Rate limits

> Default request limits per API key.

Limits apply per API key.

| Limit       | Default                 |
| ----------- | ----------------------- |
| Burst       | 50 requests per second  |
| Daily quota | 10,000 requests per day |

A request over a limit returns `429`.

Wait before retrying, and spread your calls over time rather than sending them in bursts.

## Tips

* Files arrive in the morning: polling for new files **twice a day** is enough.
* Acknowledge files once downloaded, so that list responses stay small.
* Reuse the ID token until it expires instead of requesting a new one for every call.

## Need more?

If your integration needs higher limits, [contact Codaclean](https://codaclean.be/fr-be/contact).
