List templates
Documentation Index
Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Input your token
Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
"base"
Query Parameters
Filter templates by BCP 47 language tag (e.g. fr, de, or en-GB). Repeatable.
Filter templates by ISO 3166-1 alpha-3 region code (e.g. BEL). Repeatable.
Filter templates by clinical specialty. Repeatable.
Filter templates by label in key:value format. Repeatable; matches templates that have any of the given labels.
Filter by publish status. Omit to return both published and unpublished items; set to true for published only, false for unpublished only.
Filter by source. Omit to return both. user returns only user/client-created templates; corti returns only Corti standard templates.
user, corti Response
OK
The UUID of the template.
The name of this template. Not passed to the LLM.
BCP 47 language tags this template has been tweaked for (e.g. ["fr", "de", "en-GB"]). Empty means no language-specific tweaks.
ISO 3166-1 alpha-3 country codes this template has been tweaked for (e.g. ["BEL"]). Empty means no region-specific tweaks.
Clinical specialties this template has been tweaked for. Empty means no specialty-specific tweaks.
The available labels to use as query param filter in the LIST /templates endpoint.
The original timestamp when the template was created.
The original timestamp when the template was last updated.
Reference to the template to inherit template instructions and sections from. Inherits from published version by default.
True if the template was auto-generated based on the section-composed POST /documents request.
Whether this template was created by the user or is a Corti standard resource.
user, corti A description for this template. Not passed to the LLM.
Access policies for this template.
The currently published version with inheritance fully resolved. Present when a version has been published.
Present when the template has been deleted. GET by ID still returns the full resource with this field populated.