Skip to main content
YALG enforces both monthly quotas and per-minute rate limits for API-key traffic.

Default limits

Enterprise plans can override monthly API calls and per-minute limits.

Response headers

429 responses

When quota or rate limits are exceeded, YALG returns 429 Too Many Requests. Use the Retry-After header when present before retrying.

Retry guidance

  • Retry 429 responses after Retry-After.
  • Use exponential backoff for transient 5xx responses.
  • Do not retry validation errors until the payload is fixed.
  • Avoid high-frequency polling when job status can be checked at a slower cadence.