> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-wiki/over-vps/api-limits.md).

# API Limits

* The Over API enforces three quotas to protect service stability: calls per minute, calls per month, and total calls.
* Limits apply to API requests made with your authentication tokens (e.g., Access Token for login flows and Reloc Token for relocation operations).
* The exact quota values are not published in this document and may vary by account, plan, or token. Check your account’s usage/quotas in the [vps.ovr.ai](https://vps.ovr.ai) pricing page for exact figures.

#### The three limits

* Minute limit: Maximum API calls allowed per calendar minute.
* Monthly limit: Maximum API calls allowed per calendar month.
* Total limit: Maximum API calls allowed over the lifetime of your account.

#### What happens when you exceed a limit

* If a limit is exceeded, the relocation API may respond with HTTP 401 Unauthorized.
* Example error body for minute limit: `{ "error": "Minute limit exceeded" }`
* Note: The error body shown above describes the minute limit; there may be similar responses for other limit types. Refer to your account’s quota details for specifics.
