cURL
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>"
Initiate a sip call
Successful Response
The response is of type any.
any