Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kataven.ai/llms.txt

Use this file to discover all available pages before exploring further.

Read your account’s per-tenant cost caps. Read-only via the public API — caps are configured by the platform team based on your plan tier. Wrapped by the Python SDK and Node SDK.

Endpoints at a glance

MethodPathSummary
GET/api/v1/call-limitsGet this tenant’s call limits

Reference

GET /api/v1/call-limits

Get this tenant’s call limits Returns the configured caps that gate every outbound originate request. Live counters are not exposed. Responses
CodeDescriptionBody
200OKhandlers.CallLimitsResponse
400Missing X-Account-ID headerstring
500Database errorstring
Example
curl https://api.kataven.ai/v1/call-limits \
  -H "Authorization: Bearer $KATAVEN_API_KEY"