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.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)
Retry-After (seconds). Back off exponentially if you burst repeatedly.
Out of credits (402)
Integration habits
There is no
GET /v1/sessions list API — retain session ids (sess_…) from POST /v1/sessions, redirects, or webhooks.
Need higher limits?
- Self-serve upgrades (when available): Settings → Billing
- Custom quotas / enterprise: sales@kallglot.com