Throttling Policies
- Exceeding the Rate Limit will result in a 429 Too Many Requests HTTP status code.
- The Daily Quota limits the total allowable requests per API key within a 24-hour period.
- Implementing retry mechanisms, such as exponential backoff, is recommended when encountering rate limits.
- Special conditions or endpoints might be subject to additional restrictions to optimize service performance.