curl --request GET \
--url https://sdp.suki-stage.com/ws/transcribe \
--header 'sdp_suki_token: <sdp_suki_token>' \
--header 'transcription_session_id: <transcription_session_id>'"<string>"Establishes a WebSocket connection to the transcription service for real-time audio streaming and transcription.
curl --request GET \
--url https://sdp.suki-stage.com/ws/transcribe \
--header 'sdp_suki_token: <sdp_suki_token>' \
--header 'transcription_session_id: <transcription_session_id>'"<string>"WebSocket endpoint to stream audio to an active dictation session for real-time transcription.
Data should be streamed in chunks for optimal performance.
Sec-WebSocket-Protocol header.
Sec-WebSocket-Protocol header during the WebSocket handshake.
The header must specify the SukiAmbientAuth protocol, followed by the token and the transcription session ID in the following format.
Sec-WebSocket-Protocol: SukiTranscriptionAuth,<sdp_suki_token>,<transcription_session_id>
sdp_suki_token: Your Suki token.
transcription_session_id: The ID for the current session.
Required FOR BROWSER CLIENTS ONLY. Sent during WebSocket handshake. Format: 'SukiTranscriptionAuth <transcription_session_id> <sdp_suki_token>'
Required FOR NON-BROWSER CLIENTS ONLY: The SDP Suki token. Sent as a standard header with the initial upgrade request.
Required FOR NON-BROWSER CLIENTS ONLY: The transcription session ID. Sent as a standard header with the initial upgrade request.
Switching Protocols - Indicates successful WebSocket handshake.
The response is of type string.