Create Transcript
Creates a new transcript for an interaction.
Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
"copiloteu"
Path Parameters
The unique identifier of the interaction for which the transcript is created. Must be a valid UUID.
Body
The unique identifier for the recording.
The primary spoken language of the recording. Check https://docs.corti.ai/about/languages for more.
Can be "base", "enhanced", "premier". By default, only the highest tier is accessible. Check https://docs.corti.ai/about/languages for more.
Indicates whether spoken dictation commands should be converted to punctuation (e.g., 'comma' → ',').
If true, each audio channel is transcribed separately.
If true, separates speakers within an audio channel returning incrementing ids for transcript segments.
An array of participants, each specifying a role and an assigned audio channel in the recording. Leave empty when shouldDiarize: true
Response
The unique identifier of the transcript.
Additional information about the participants involved in the transcript.
An array of transcripts.
Was this page helpful?