Skip to main content
/api/transcripts is the REST batch transcription surface — upload a recorded encounter, get a structured transcript + instrument scores back. Same engine, same DSM-5-TR vocabulary bias, same C-SSRS safety check as /sessions and /transcribe.

Upload

Limits: 60 minutes audio, 150 MB file. See Audio Configuration.

Trigger transcript

Poll status

Status: processingcompleted | failed.

Retrieve

Returns the same structured shape /sessions returns at finalize — transcript, diarization, instrument scores, codes, SOAP draft.
Async batch accuracy may be slightly lower than the real-time endpoints because batch loses interactive context (no in-the-moment vocabulary biasing). Pass the practice vocabulary on every request for parity.

What’s next

/sessions — live capture

Stateful diarized session.

/transcribe — dictation

Between-visit dictation.

Audio configuration

Formats and limits.

Ambient async quickstart

End-to-end async walkthrough.