Skip to main content
For streaming audio in chunks. See the chunked flow guide for the end-to-end walkthrough.

Open a session

POST /api/v1/sessions

Upload a chunk

POST /api/v1/sessions/{sessionId}/chunks — multipart/form-data
Each chunk’s text is appended to the session transcript.

Generate from session

POST /api/v1/sessions/{sessionId}/notes — application/json Accepts the same metadata fields as Generate notes (language, templateSections, template, sideNote, primaryProfession, customTemplate).
Generating consumes the session. Open a new one for the next consultation.

Errors