v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Start playing an audio file to an active call

post/voice/conversation/{messageId}/file

Path parameters

messageIdstring required

The id of the voice call

Headers

Authorizationstring required

Bearer {access_token}

Content-Typestring required

application/json

Request body

fileURLstring required

The url of the wav file to play

multiplexboolean

When set to true, the original audio is mixed together with the played file. Default value false

Response

200

messageIdstring
messagestring
createdAtstring

Example response

{
  "messageId": "9d289221-65ab-4a3a-b8c4-eda7dfd04189",
  "message": "Stream started",
  "createdAt": "2018-11-02T12:28:58.38Z"
}