/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
Trigger transcript
Poll status
processing → completed | failed.
Retrieve
/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.