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>"
    }
  ]
}

Documentation Index

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

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

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