Skip to main content
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

Field set varies with the template used. When you pass 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.

Errors