Follow along with the runnable example. This guide walks through the File transcription example in
corti-examples — bootstrap your build from it or use it as reference./transcripts endpoint to generate a transcript offline. Unlike the streaming /transcribe path, this is a REST, synchronous-to-asynchronous workflow: you submit a recording and poll for the finished transcript.
The pipeline
Create or select an interaction
An interaction is the container that groups recordings and transcripts.
Create the transcript (async)
Submit the recording with
async: true to get a transcript id back immediately.Generate the transcript
The pipeline follows the four steps above. See the file transcription example incorti-examples for the full SDK implementation.
For the endpoint details — the sync-to-async timeout, status codes, size/duration limits, and the full request/response schema — see the Recordings and Transcripts reference and the Create Transcript API spec.
Transcription parameters
/transcripts serves both dictation and conversational audio. Set the parameters to match your source:
Next steps
Recordings and Transcripts
The
/transcripts endpoint reference: workflow, limits, and features.Audio Archive
Capture and store the live dictation audio you can later transcribe here.
Example code
The complete, runnable File transcription example in
corti-examples.Please contact us for help or questions.