Skip to main content
WSS
Connect to the WebSocket and send STT requests to transcribe audio into text.

Quick Start

  1. Enter your API key in the authentication field
  2. Click Connect to establish the WebSocket connection
  3. Provide base64-encoded audio data
  4. Click Send to receive transcription

Request Message

After connecting, send a JSON message with the following structure:
string
required
Must be "stt"
object
required
STT Request

Response Format

Transcription Result
Error Response
The transcribed text is returned as a plain string, not wrapped in JSON.

Supported Audio Formats

Any audio format supported by the backend (WAV, MP3, etc.), base64-encoded.
api_key
type:httpApiKey

API key passed as query parameter or X-Api-Key header

STT Request
type:object

Request to transcribe audio to text

STT Response
type:string

Transcribed text result

Error Response
type:object

Error message from the server