This document outlines the rate limiting policy for our API. To ensure fair usage and prevent abuse, we have implemented the following measures:
- Request Limits: Users are limited to a maximum of 100 requests per minute.
- Exceeding Limits: If the limit is exceeded, the user will receive a 429 Too Many Requests response.
- Resetting Limits: Limits are reset every minute.
For more information on how to handle rate limiting errors, please refer to our API Error Handling Guide.
If you encounter any issues with rate limiting, please contact our support team at support@site.com.
Rate Limiting Illustration