Stream real-time call transcript via SSE
Stream real-time call transcript via SSE
Server-Sent Events stream of call transcript turns. Each frame is a JSON
object with role, text, is_final, turn_id, and ts fields. Normal transcript
frames reach the `onmessage` handler; terminal error frames use `event: error`.
The stream closes when the call ends or the client disconnects.
Authenticate via `?token=` query param or `Authorization: Bearer` header
(the `?token=` form exists because the browser EventSource constructor does
not support custom headers).
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
call_id
Query parameters
token
API key (pk_xxx) — alternative to Authorization header
Errors
401
Stream Call Transcript Request Unauthorized Error
404
Stream Call Transcript Request Not Found Error