Play Audio

Play audio to a call

Play an audio file to a live call leg.

post/api/v1/Account/{auth_id}/Call/{call_uuid}/Play/

Path parameters

auth_idstring required
Example:MA_XXXXXX

Your account Auth ID

call_uuidstring required

Request body

urlsstring required
legs'aleg' | 'bleg' | 'both'
loopboolean

Example request

{
  "urls": "https://example.com/audio.mp3"
}

Response

Audio playback started

Changes

No recorded changes to this endpoint across all 1 revision of this API.