v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
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

audio_filestring required

URL of the audio file to play to the call.

Example request

{
  "audio_file": "https://examples.com/audio.wav"
}

Response

Returns a success confirmation. Audio playback starts.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}