Authorizations
Input your token
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. Must be a valid UUID.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Body
The unique identifier for the recording.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The primary spoken language of the recording. Check https://docs.corti.ai/about/languages for more.
"en"
The model name for transcription. By default, only the highest tier is accessible. Check https://docs.corti.ai/about/languages for more.
base
, enhanced
, premier
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
Returns the generated transcript, including participant roles and timestamps for each utterance.