Rate limits

API analysis rate limits and Retry-After behavior.

Analysis endpoint

  • Scope: api_analyze
  • Limit: 60 requests per minute per API key
  • Backend: Upstash REST when configured; in-memory fallback in development
  • Response: 429 Too Many Requests with Retry-After header

Exceeding the limit does not affect your analysis results — wait for the window to reset or implement exponential backoff using the Retry-After value.

Related pages