Skip to main content

How to use your data to create Documents with Corti

Use your own native data in concert with Corti's generated Facts and transcripts to generate documents

Updated this week

Users of the Corti API are not limited to only using Facts and transcripts generated by the Corti system to create documents. Data from other systems such as patient history, information from prior encounters or other relevant data can be pulled from external sources and sent to Corti's endpoints for use to create documents. The outlined workflows, below, illustrate how you may be able to utilize your own data with Corti's API.

The workflows below are examples meant to encourage creative use of Corti's APIs. Configure your workflows, as needed, for your use case.


Add Facts prior to an Encounter / Dictation Session

  1. Create an Interaction with a 'planned' status to house the external data set

  2. Pull the relevant data from the appropriate source

  3. Create new Facts by making a POST request to the Add Facts endpoint (be sure to set the source attribute to 'system')

  4. Generate a transcript and clinical Facts by using:

  5. Generate Document(s) using a POST request to the Generate Document endpoint

Fact(s) added prior to the encounter can be used to generate a document without the need of a live encounter or can be used along side the Facts and transcript generated by future encounters.


Add Facts after an Encounter / Dictation Session

  1. Create an Interaction with a 'planned' status to house the external data set

  2. Generate a transcript and clinical Facts by using:

  3. Pull the relevant data from the appropriate source

  4. Create new Facts by making a POST request to the Add Facts endpoint (be sure to set the source attribute to 'system')

  5. Generate Document(s) using a POST request to the Generate Document endpoint


Updating Facts

If information in the source system has changed and needs to be updated with Corti, a PATCH request can be sent to:

These calls can be made at any time and documents can be regenerated to accommodate the updated information.


Have a question for our team?

Click Support in the bottom-left corner of the console to submit a ticket or reach out via email at [email protected] and we'll be happy to assist you.

Did this answer your question?