Skip to main content
WSS
/
v2
/
speech-to-text
/
transcription

Documentation Index

Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt

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

Messages
bearerAuth
type:http

Telnyx API v2 Bearer token authentication.

query
type:object

Query parameters passed when opening the WebSocket connection.

Audio Frame
type:string

Client-to-server binary frame containing audio data to transcribe. Audio should be in mp3 or wav format as specified in the input_format query parameter.

Transcript Frame
type:object

Server-to-client frame containing a transcription result. When interim_results is enabled, you may receive multiple interim results (is_final=false) before the final result (is_final=true) for each utterance.

Error Frame
type:object

Server-to-client frame indicating an error during transcription. The connection may be closed shortly after sending this frame.