# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.overthereality.ai/over-wiki/over-vps/api-limits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
