Create section
Creates a new section with an initial version. When publish is true (default),
the response includes the published version with full inheritance resolution applied
(section inheritance chain walked to fill missing fields).
Authorizations
Input your token
Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
"base"
Body
- Inherit from existing section
- Create from scratch
Creates a section that inherits from another section. Any fields omitted in generation are inherited from the referenced section's published version; any fields provided override the inherited values.
A human-readable identifier for this section. Not passed to the LLM.
Reference to the section to inherit generation configuration from. Inherits from the published version of the referenced section.
A description for this section. Not passed to the LLM.
BCP 47 language tags this section has been tweaked for.
ISO 3166-1 alpha-3 country codes this section has been tweaked for.
Clinical specialties this section has been tweaked for.
Labels work as query param filter in the LIST /sections endpoint.
Defaults to true when omitted. Set this to false if you do not want the section to automatically show up in LIST /sections.
Partial form of GuidedSectionGeneration used when inheriting from another section. Any field omitted is inherited from the referenced section.
Response
Created
Section as returned by single-resource endpoints (GET, POST, PATCH on
/documents/sections/{sectionID}) and when embedded inside a resolved template
version. Extends GuidedSectionListItem with the resolved publishedVersion.
The UUID of the section.
The name of the section.
BCP 47 languages this section has been tweaked for. Empty means no language-specific tweaks.
ISO 3166-1 alpha-3 country codes this section has been tweaked for. Empty means no region-specific tweaks.
Clinical specialties this section has been tweaked for. Empty means no specialty-specific tweaks.
The labels available to use as query param filter in the LIST /sections endpoint.
The original timestamp when the section was created.
The original timestamp when the section was last updated.
Reference to the section to inherit generation configuration from. Inherits from published version by default.
True if the section was auto-generated as part of an inline section-composed POST /documents request.
Whether this section was created by the user, a project-related API Client or is a Corti standard resource.
user, corti, project The description for the section.
The UUID of the creator of this section.
Present when the section has been deleted. GET by ID still returns the full resource with this field populated.
The currently published version with section inheritance fully resolved. Present when a version has been published.