# Rate Limit Policies

**Overall Limit and Application** For all public endpoints of the application, the rate limit is set to 500 requests per minute. This limit is applied per IP address or valid authentication token, ensuring that each entity (IP or token) has a fair usage quota.<br>

**Rate Limit Operation**

* **Request Limit:** Each valid IP or authentication token is allowed up to 500 requests per minute to the public endpoints of the application.
* **Time Windows:** The request count is tracked in 1-minute time windows, resetting every new minute.
* **Rate Limit Feedback:** When the 500 requests per minute limit is reached by a specific IP or token, subsequent requests within the same 1-minute period will receive a response with HTTP status code 429 (Too Many Requests).

### BEST PRACTICES FOR DEVELOPERS&#x20;

To avoid hitting the request limit, we recommend following these best practices:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Implement Caching:</strong> Use caching techniques to reduce the number of repeated requests to the server.</td><td></td><td></td><td><a href="/files/lTQ3RRm2s3TeQUhyxRUc">/files/lTQ3RRm2s3TeQUhyxRUc</a></td></tr><tr><td><strong>Request Optimization:</strong> Aggregate multiple operations into a single request when possible.</td><td></td><td></td><td><a href="/files/lTQ3RRm2s3TeQUhyxRUc">/files/lTQ3RRm2s3TeQUhyxRUc</a></td></tr><tr><td><strong>Error Management:</strong> Implement exponential backoff logic to handle rate limit exceeded responses (HTTP 429).</td><td></td><td></td><td><a href="/files/lTQ3RRm2s3TeQUhyxRUc">/files/lTQ3RRm2s3TeQUhyxRUc</a></td></tr></tbody></table>

{% hint style="info" %}
**Support and Contact** If you encounter issues related to rate limits or need a custom limit for specific needs, please contact our support team at <support@zapsign.com.br> or WhatsApp +55 11 4040-1991.
{% endhint %}

For more details, please visit the [original documentation](https://docs.zapsign.com.br/politicas-de-rate-limit).


---

# 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.zapsign.com.br/english/rate-limit-policies.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.
