Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Input your token

Headers

Tenant-Name
string
required

Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

Example:

"base"

Path Parameters

id
string<uuid>
required

The unique identifier of the interaction. Must be a valid UUID.

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

transcriptId
string<uuid>
required

The unique identifier of the transcript. Must be a valid UUID.

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

Response

id
string<uuid>
required

The unique identifier of the transcript.

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

metadata
object
required

Additional information about the participants involved in the transcript.

transcripts
object[] | null
required

An array of transcripts.

usageInfo
object
required

Credits consumed for this request.

recordingId
string<uuid>
required

The unique identifier for the associated recording.

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

status
enum<string>
required

The current status of the transcript processing.

Available options:
completed,
processing,
failed