v1
latestOpenAPI 3.1.02026-07-2676188241.3 KBCreate Transcript
Create a transcript from an audio file uploaded to the interaction via /recordings endpoint.<br/><Note>Each interaction may have more than one audio file and transcript associated with it. Audio files up to 120 minutes in total audio duration and 150 MB in size may be used.<br/><br/>By default, requests will process synchronously for 25 seconds before timeout, upon which processing will continue asynchronously. Set the async parameter to true to receive the location header immediately and process the request asynchronously. Read more here.</Note>
Path parameters
The unique identifier of the interaction. Must be a valid UUID.
Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
Request body
Example request
{
"recordingId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"primaryLanguage": "en"
}Response
Returns the generated transcript, including participant roles and timestamps for each utterance.
Example response
{
"id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"recordingId": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
}