Skip to main content
POST
/
api
/
v1
/
calls
/
start
Start Phone Call
curl --request POST \
  --url https://dev-voice-api.actualize.ae/api/v1/calls/start \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "phone_number": "<string>",
  "sip_trunk_id": "<string>",
  "agent_id": "<string>"
}
'
"<any>"

Authorizations

X-API-Key
string
header
required

Body

application/json
phone_number
string
required
sip_trunk_id
string
required
agent_id
string
required

Response

Successful Response

The response is of type any.