2026-01-19
Updates: More Descriptive Error Codes
Error codes now return clearer, more descriptive details to make it easier to identify the issue. This effectively replaces the previous format and deprecates the Common Errors.Here is the schema which you can also see in the API reference responses, along with a couple examples.2026-01-15
Updates: Standard Templates and Sections
Corti standard templates and sections have undergone various improvements to increase the quality of the documentation to be generated and support the newdocumentation mode. We have added a few addititional standard sections for referral or discharge summary, while streamlining some sections, e.g. there is now only one section for social history and it includes alcohol and nicotine by default. If you don’t want this to be included, you can customize the section accordingly. Read more on customizing sections here.Should you for some reason still need to reference the previous iteration of the standard sections or templates, then those are all available with the post-fix
-legacy to the section and template key.2026-01-07
New: Documentation Modes
You can now setdocumentationMode: routed_parallel and leverage the innovative, reconceptualized approach to generate documents for faster, more consistent and robust outputs. This 2-step, coarse-to-fine document generation mode currently supports FactsR as input and in the first step distributes the relevant facts to each section, based on the specified template (sections), then generates each section in parallel.This new documentation mode requires the template and its sections to support routed_parallel. You can check the new property of the same name documentationMode for responses from GET /template(s) and GET /templateSections.Read more in our guide on Documentation Mode or see the API reference.2025-12-12
New: Customize existing sections
Empower your customers and end-user clinicians to combine and tailor the Corti provided template sections for custom templating needs. Built atop the ability to reference section keys dynamically in the API request, you can now directly in the request override section names, writing styles, formatting rules and additional instructions, ensuring documentation perfectly fits organizational standards and clinician preferences. Read more in the guide to customize sections or see the API reference2025-11-13
Changes and deprecations to document and template endpoints
As we evolve the document generation endpoint and related GET templates/sections, we are announcing several changes and deprecations. Find the full details including impact and timeline to shutdown in the breaking changes changelog2025-11-05
New, improved documentation guardrails!
- We have re-architected our documentation guardrails to be faster and more accurate.
- Documentation guardrails are the by default automatic step that quality-controls the generated document to correct outputs ungrounded in the source input.
- In this re-architected, new approach, we in parallel for each section identify hallucinations and provide targeted fixes by reference (sentence/segment index), preventing mismatched edits and skipping ambiguous duplicates. The result is format-preserving precise, auditable corrections that deliver safer, more trustworthy clinical summaries.
Reduced token usage for text generation
We are now leveraging cached input tokens when generating documents or facts. This is part of a continuous effort to provide text gen capabilities by Corti’s LLMs at even more competitive token consumption behaviour.Note: We plan to expose cached tokens as separate usage info response in the future.
2025-10-10
New endpoint to extract facts from a provided text string input now available!
- so far FactsR™ was dependent on streaming audio over WSS to extract facts
- this new endpoint facilitates a REST endpoint as alternative to extract facts
- atomic endpoint, not part of interaction collection
- output is not stored into Corti database (zeroRetention is the only default)
2025-10-01
Update to Generate Document functionality, including the following:
- Improve handling of sections that do not have content generated so that an empty string is returned instead of a placeholder (e.g.,
<empty>). - Fix to issue causing json text to be included in note output.
- nfc: Improve logging and exception handling in LLM hallucination guardrails service.
2025-09-05
New: Set a zeroRetention header in the request to disable storing of the generated document to the DB.
2025-09-22
Updated endpoint tags in API Reference page to indicate those with limited availability (codes, alignment, classification, contextual, explainability). Endpoints labeled as
limited availability are not available for public use at this time. Please contact us to learn more about these expert models and expected functionality to be generally released as AI tools.2025-06-11
Introducing a new foundation for clinical AI, built not just to document care, but to support it: FactsR™.
FactsR listens in real time, extracts clinical facts as the conversation unfolds, and helps clinicians stay in control, refining and approving facts, not sifting through hallucinated paragraphs.Read the full announcement here!2025-05-15