Skip to main content

Rate Limits

Throughput limits guard the shared API; billing is enforced separately via API credits.
A request may return 429 (rate limit) or 402 insufficient_api_credits (credits). Treat them differently: wait and retry vs top up credits.
Numeric plan tiers below are examples only. What matters for production is what your Dashboard / account shows plus the X-RateLimit-* headers on live responses (X-RateLimit-Reset is authoritative for window timing).

Example tiers (non-binding)

For exact quotas, negotiate with Kallglot or read your provisioning email / portal—not this table.

Response headers

Responses may include throughput and billing hints:

Too many requests (429)

Honor Retry-After (seconds). Back off exponentially if you burst repeatedly.

Out of credits (402)

No amount of backoff fixes this—increase quota in the Developer Portal or contact support.

Integration habits

There is no GET /v1/sessions list API — retain session ids (sess_…) from POST /v1/sessions, redirects, or webhooks.

Need higher limits?