cURL
curl --request POST \ --url https://api.wavix.com/v1/calls/{uuid}/play \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "audio_file": "https://examples.com/audio.wav" } '
{ "success": true }
Use this method to play an audio in an active call.
Bearer token using appid (Authorization: Bearer )
Call ID.
Audio playback parameters
URL of the audio file to play
"https://examples.com/audio.wav"
Audio playback successfully started
true
Was this page helpful?
Contact support