v1

latestOpenAPI 3.0.02026-07-17316378.3 KB
Call

/v0.1/Play/

Plays media into a live call

post/v0.1/Play/

Response

Response

Message'Play Executed' | 'CallUUID Parameter Missing' | 'Sounds Parameter Missing' | 'Legs Parameter is Invalid' | 'Length Parameter must be a positive integer' | 'Sounds Parameter is Invalid' | 'Play Failed -- Call not found' | 'Play Failed' required

Response message

Successboolean required

Whether the request was successful or not

Example response

{
  "Message": "Play Executed",
  "Success": true
}