Stream real-time transcripts of ongoing calls via WebSocket for monitoring, analytics, and customer service quality assurance
call_sid
(string, required): The Twilio Call SID of the call you want to monitor?token=your_api_key
Authorization: Bearer your_api_key
burki-token-your_api_key
content
: The transcribed textspeaker
: Either "user"
or "assistant"
is_final
: Whether this is a final transcript (usually true
)confidence
: Confidence score from 0.0 to 1.0 (may be null
)segment_start
: Start time in seconds from call beginningsegment_end
: End time in seconds from call beginningcreated_at
: When the transcript was createdin-progress
: Call is active and ongoingcompleted
: Call has ended successfullyfailed
: Call has failed or was terminatedConnection Management
Performance Optimization
Error Handling
Security Considerations