Skip to main content
WSS
<generated url from
/
v1
/
live endpoint>

Documentation Index

Fetch the complete documentation index at: https://docs.pyannote.ai/llms.txt

Use this file to discover all available pages before exploring further.

Messages
query
type:object

The token is embedded in the WebSocket URL returned by the POST /v1/live REST endpoint. It is single-use and grants access only to this stream session — it carries no team credentials or API key.

token
type:string

Single-use temporary token generated when creating a stream session via POST /v1/live.

binaryAudioChunk
type:string

Raw PCM audio chunk (binary frame).

endOfStream
type:object

End-of-stream signal.

diarizationSpeakerStart
type:object

Emitted when a speaker begins a turn.

diarizationSpeakerEnd
type:object

Emitted when a speaker's turn ends.

error
type:object

Emitted when the server encounters a problem processing a frame.