POST /api/v1/notes
Generate a structured clinical note. Two input modes:
- Audio — multipart with a
file. Transcribes then generates. - Transcript — JSON with a
transcript. Generates from text.
Request — audio (multipart/form-data)
Request — transcript (application/json)
Response
templateSections, the
sections array mirrors your structure. The combined field is always a full
text rendering you can drop straight into an EHR text area.