Call control
Play audio
Plays an audio prompt into the active call identified by id.
post/v1/calls/{id}/play
Path parameters
idstring uuid required
The uuid of the call.
Request body
Example request
{
"audio_file": "https://examples.com/audio.wav"
}Response
Returns a success confirmation. Audio playback starts.
Example response
{
"success": true
}