Skip to main content
The API enforces a rate limit of 100 requests per 5 minutes. If you exceed this, you’ll receive 429 Too Many Requests.

Example 429 response

{
  "error": "Rate limit exceeded",
  "message": "You are limited to 100 requests per 5 minutes."
}
If you hit the limit, wait before retrying. Consider backoff and request consolidation.