Endpoint- or plan-specific overrides may apply.
Responses expose the active limit through these headers:
X-RateLimit-Limit: Maximum requests in the current windowX-RateLimit-Remaining: Requests remainingX-RateLimit-Reset: Unix timestamp when the window resetsRetry-After: Seconds to wait after a429response
429 Too Many Requests, pause until Retry-After or X-RateLimit-Reset, then retry with exponential backoff and jitter.