Rate Limiting

Requests are rate-limited per IP at 120 requests per minute.

Every response includes the following headers:

Header Description Example
X-Ratelimit-Limit Maximum requests allowed in the current window 120
X-Ratelimit-Window Window duration in seconds 60

When the limit is exceeded, the API responds with 429 status (Too Many Requests). Clients should implement retry logic with exponential backoff to avoid hitting the limit.