Rate limits

Per-key limits.

Rate limits are abuse protection, not a billing gate. They are applied per API key.

TierDefaultApplies to
Standard60 requests / minuteinterpret, conversations, analyses (start), ingest, embed-tokens
Poll600 requests / minuteGET /analyses/{id}

On exceeding a limit you get 429 rate_limited with a Retry-After header (seconds). The SDKs retry automatically when the error is retryable, respecting Retry-After.