> For the complete documentation index, see [llms.txt](https://docs.ventiapp.mx/ventiapp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ventiapp.mx/ventiapp/desarrolladores/limite-de-uso.md).

# Límite de Uso

### ¿Qué es límite de uso ?

Límite de uso o Throttling significa que el API tiene una cantidad máxima de llamadas por segundo. Esto es para prevenir el uso incorrecto excesivo de los recursos que brinda Ventiapp hacía los developers que la estén utilizando.

### ¿Cada cuánto puedo realizar una llamada?

El límite implementado es de una API call cada 1 segundo, si se realizan más de una llamada dentro de este período el servidor retornará un mensaje de error con el código HTTP 429 (Too many requests)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.ventiapp.mx/ventiapp/desarrolladores/limite-de-uso.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.
