Stream real-time call events via WebSocket

Upgrades to WebSocket. Streams call events in real time: call.transcription (live transcript), call.completed (call ended). Authenticate via query parameter token (API key or JWT).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

call_idstringRequired

Query parameters

tokenstringRequired

API key (pk_xxx) or JWT from /v1/auth/session