# Rate Limiting

According to our Plans, each plan has its own Rate Limiting.&#x20;

Our Rate Limiting policy is based on **number of requests per 1 minute**.

This ensures fair usage for everybody and makes **RenderPDF.io** more resilient.

### Available Error Response

* `429` when you used all of your requests.

### Suggestions & Considerations

* Implement a Rate Limiting layer in your application, to ensure you don't surpass the rate.
* Uses `async` render mode, it won't block your request and you will eventually receive your PDFs after an amount of time.
* Upgrading to a higher plan for a higher rate limit.
