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

Authorizations

X-API-Key
string
header
required

Path Parameters

phone_number
string
required

Body

application/json
to_phone_number
string
required
agent_id
string
required

Response

Successful Response

The response is of type any.