Upload a recording
Send one audio file; the whole pipeline runs from this call — transcription, extraction, document filling, quality checks. Then follow progress over the session stream or by polling the snapshot, and collect the results.
Recordings longer than an hour transcribe fine — chunking is handled server-side. The 25 MB body cap is the practical limit.
Authorizations
Sign in from your terminal with the OAuth device flow (see the Authentication page for a copy-paste block), or grab your current session token from https://console.silmo.ai/api/auth/token while signed in to the console. Access tokens are short-lived (a few minutes) — refresh with your refresh_token. Everything a session produces is stored and served strictly within your organization's namespace.
Query Parameters
Which assessment template the session completes: checklist (screening), dst (full MDT assessment), or fast-track (urgent).
checklist = screening · dst = full assessment · fast-track = urgent pathway
checklist, dst, fast-track Transcription engine (see Transcribe audio).
Optional original filename.
Body
The raw audio file, up to 25 MB, with the matching Content-Type header.
The body is of type file.