monitor_live_stream
Start monitoring a live financial webcast URL to receive real-time transcription and vocal stress analysis, returning a stream ID for continued processing.
Instructions
Start monitoring a live financial webcast for transcription and stress analysis.
Provide a URL to a live earnings call, CNBC stream, or any webcast. The server will extract the audio stream, begin chunking it into 15-second segments, and continuously transcribe them in the background.
If the audio is low-quality (speakerphone, poor connection), set disable_vad=true to prevent the voice activity detector from aggressively dropping muddy speech segments.
Returns a stream_id you'll use for all subsequent operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| disable_vad | No | Disable Silero VAD filtering. Set to true for low-quality speakerphone audio where VAD aggressively drops speech as silence. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream_id | Yes | Unique identifier for the monitored stream | |
| url | Yes | Original URL being monitored | |
| status | Yes | Current stream status |