Skip to main content
GET
/
api
/
v1
/
call-limits
Get this tenant's call limits
curl --request GET \
  --url https://api.kataven.ai/v1/api/v1/call-limits \
  --header 'Authorization: <api-key>'
{
  "calls_per_minute": 123,
  "concurrent_max": 123,
  "daily_calls_max": 123,
  "daily_minutes_max": 123
}

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.

Authorizations

Authorization
string
header
required

Headers

X-Account-ID
string

Tenant database. Required when using a Zitadel JWT.

Response

OK

calls_per_minute
integer
concurrent_max
integer
daily_calls_max
integer
daily_minutes_max
integer