Skip to main content
POST
/
api
/
make_call
Make Call
curl --request POST \
  --url https://api.example.com/api/make_call \
  --header 'Content-Type: application/json' \
  --data '
{
  "agent_id": 123,
  "to_phone_number": "<string>",
  "app_name": "<string>",
  "extra_config": {},
  "additional_context": {}
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
agent_id
integer
required
to_phone_number
string
required
app_name
string | null
extra_config
Extra Config · object
additional_context
Additional Context · object

Response

Successful Response