Introduction to working with Corti templates for document generation
In the Corti API, Templates define the structure for document that are generated by Corti Ensemble and Corti Symphony foundation models from various inputs, such as conversational transcripts, facts, or other medical documents.
Templates are available in different languages and can be specific to your organization. Each template includes sections that set the structure (e.g., SOAP Note template consists of the four sections Subjective, Objective, Assessment and Plan), and a writing style and documentation format is defined for each section. This ensures consistency, clarity, and control in use of AI to support medical reporting.
?org
to only retrieve templates provided to you.To generate a document, you must use a valid templateKey
and the template must be available in the desired outputLanguage
. To retrieve a list of available templates use the GET /templates
request and use ?lang=
to filter for available languages. Without any language filtering, the default returned are templates in en
.