API Limits
- 50 requests per minute.
429 Too Many Requests response until the rate limit window resets.
Best Practices
- Monitor the rate limit in your project.
- Implement plan b logic or retry logic when receiving
429responses. - If you need higher limits, reach out support.