v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
TeXML REST Commands

Start streaming media from a call.

Starts streaming media from a call to a specific WebSocket address.

post/texml/Accounts/{account_sid}/Calls/{call_sid}/Streams.json

Path parameters

account_sidstring required

The id of the account the resource belongs to.

call_sidstring required

The CallSid that identifies the call to update.

Response

Successful call streaming create response

account_sidstring
call_sidstring
date_updatedstring date-time
namestring

The user specified name of Stream.

sidstring

Identifier of a resource.

status'in-progress'

The status of the streaming.

uristring

The relative URI for this streaming resource.

Example response

{
  "account_sid": "61bf923e-5e4d-4595-a110-56190ea18a1b",
  "call_sid": "v3:KBnLO0ZK3DhKM5s7bE9VluaSmKsOchKht_fUYvxcp8ysbmzCCtpkmA",
  "date_updated": "2023-08-11T19:12:11Z",
  "name": "My stream",
  "sid": "e9cea0be-7dbd-4b98-98b1-c0089d9d43b0",
  "status": "in-progress",
  "uri": "/v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18a1b/Calls/v3:KBnLO0ZK3DhKM5s7bE9VluaSmKsOchKht_fUYvxcp8ysbmzCCtpkmA/Streams/b08f0fa1-a32c-4218-b3b5-9cf78941ccac.json"
}