Dictation
Create Dictation Session
Creates a new transcription session for real-time audio transcription
POST
Creates a transcription session.
Use this endpoint to create a session to transcribe audio from patient- conversations into text. Refer to the Audio dictation guide for more information. Returns aDocumentation Index
Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
Use this file to discover all available pages before exploring further.
201 Created status with the transcription_session_id that is used to identify the session for transcribing audio and ending the session.Headers
sdp_suki_token
Body
application/json
CreateTranscriptionSessionRequest
Response
Success Response
Response body for the /transcription/session/create endpoint
Unique identifier for the transcription session
Example:
"123dfg-456dfg-789dfg-012dfg"
Last modified on May 22, 2026
Creates a transcription session.