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

# Omni API rate limiting

> Understand Omni API rate limits and how to handle them in your integration.

The Omni API allows **60 requests per minute** per API key. When you exceed this limit, the API returns a `429 Too Many Requests` response.

If you hit the limit, we recommend implementing retry logic with exponential backoff. You can also use multiple API keys to distribute requests and increase total throughput.

<Tip>
  **Need higher limits?** <br /><br />
  You can request an increase to **500 requests per minute** for your instance. This applies to all `/api/*` endpoints except Embed Login URL generation. Contact Omni Support to discuss your requirements.
</Tip>
