Stream Live Conversation

Beta
Server-Sent Events stream of an in-progress conversation's transcript and status, for the live-monitoring console surface. Holds the connection open and tails the transcript: emits a `message` event per turn (its `data` is a Message object), a `status` event when the conversation status changes, and a terminal `end` event when the call completes. Resumes after a dropped connection via the standard `Last-Event-ID` header. Same read access as List Messages.

Authentication

AuthorizationBearer

Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.

Path parameters

idstringRequired

Headers

Speechify-VersionstringOptional

Response

An event stream (text/event-stream) of transcript and status deltas.

Errors

401
Unauthorized Error
404
Not Found Error