Skip to main content
In the Corti API, Templates define the structure for document that are generated by Corti AI 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)
  • a writing style
  • and documentation format
This ensures consistency, clarity, and control in use of AI to support medical reporting.

Key Features of Templates

One Interaction, Multiple DocumentsGenerate multiple types of documentation for a single interaction, e.g., SOAP note and Patient Summary.
Customizable FormatsUse templates tailored for various medical specialties, enabling the generation of various types of clinical notes, letters, discharge summaries, and your unique use case needs.
Flexible WorkflowsUse pre-defined templates or cater to more dynamic workflows by selecting the desired, relevant sections.
Template ManagementThe API lets you retrieve and review a list of available pre-configured templates and the languages those are available in. Use the query filter for organization ?org to only retrieve templates provided to you.

Retrieving Available Templates

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.
GET https://api.{environment}.corti.app/v2/templates/

See details for standard out-of-the-box templates here