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.

Key Features of Templates

  1. One Interaction, Multiple Documents: Generate multiple types of documentation for a single interaction, e.g., SOAP note and Patient Summary.
  2. Customizable Formats: Use templates tailored for various medical specialties, enabling the generation of various types of clinical notes, letters, discharge summaries, and your unique use case needs.
  3. Flexible Workflows: Use pre-defined templates or cater to more dynamic workflows by selecting the desired, relevant sections.
  4. Template Management: The 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