cURL
curl --request POST \ --url https://svalync.com/api/voiceai/sendcall \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "phone_number": 123, "agentId": 123, "from_phone_number": "<string>" }'
{ "response": [ { "agent": "<string>", "userId": "<string>", "phoneNumber": "<string>", "fromPhoneNumber": "<string>", "currentDateTime": "<string>", "callDirection": "<string>", "userData": {} } ] }
Learn how to initiate outbound phone calls using Svalync Voice AI agents. Start making phone calls using the agent ID and svalync internal phone number.
Show properties