Skip to main content
POST
/
api
/
v1
/
calls
/
originate
Originate an outbound call
curl --request POST \
  --url https://api.kataven.ai/v1/api/v1/calls/originate \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "agent_id": "agent_01HZ2N7G3K8M0Q5R7T9V2X4Y6Z",
  "from_number": "+12025550123",
  "to_number": "+14155550100"
}
'
{}

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.

Body

application/json

Originate spec — from_number, to_number, agent_id required

Originate spec — from_number, to_number, agent_id required

agent_id
string
Example:

"agent_01HZ2N7G3K8M0Q5R7T9V2X4Y6Z"

from_number
string
Example:

"+12025550123"

to_number
string
Example:

"+14155550100"

Response

OK

{key}
any