Skip to main content
POST
/
realtime
/
v1
/
call
/
{id}
/
audio
/
stream
Stream Call Audio
curl --request POST \
  --url https://realtime.govworx.net/realtime/v1/call/{id}/audio/stream
{
  "streamId": "<string>",
  "playUrl": "<string>",
  "token": "<string>",
  "status": "<string>",
  "durationMs": 123,
  "mode": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.govworx.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Response

Stream started successfully

streamId
string
playUrl
string
token
string

One-time play token. Null when OTT token authentication is disabled.

status
string
durationMs
integer<int64>

Duration of the recording in milliseconds. Null for live streams.

mode
string