In the Corti API, Templates define the structure for documents 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 theDocumentation Index
Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
Use this file to discover all available pages before exploring further.
- structure (e.g., SOAP Note template consists of the four sections Subjective, Objective, Assessment and Plan)
- a writing style
- and documentation format
Key Features of Templates
| One Interaction, Multiple Documents | Generate multiple types of documentation for a single interaction, e.g., SOAP note and Patient Summary. |
| 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. |
| Flexible Workflows | Use pre-defined templates or cater to more dynamic workflows by selecting the desired, relevant sections. |
| 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 validtemplateKey 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.