v1
latestOpenAPI 3.0.02026-07-1494623.7 KBStream Audio
Play an audio file into a call
Play an audio file into a call
put/{uuid}/stream
Request body
Example request
{
"level": "0.4",
"stream_url": [
"https://example.com/waiting.mp3"
]
}Response
Ok
Example response
{
"message": "Stream started",
"uuid": "63f61863-4a51-4f6b-86e1-46edebcf9356"
}