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.
Body
The unique identifier for the recording.
The primary spoken language of the recording in BCP-47 format (e.g., 'en', 'de-CH').
An array of participants, each specifying a role and an assigned audio channel in the recording. Leave empty when shouldDiarize: true
Can be "base" or "enhanced".
"\"model_name (Latest)\" | \"model_name_version\""
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.
Response
The unique identifier of the transcript.
Additional information about the participants involved in the transcript.
An array of transcripts.
Was this page helpful?