Skip to main content
PATCH
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"

documentId
string<uuid>
required

The document ID representing the context for the request. Must be a valid UUID.

Example:

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

Body

application/json
name
string

An optional name for the document.

sections
object[]

Response

id
string<uuid>
required

Unique ID of the generated document

Example:

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

name
string
required

Name of the generated document

templateRef
string
required

Reference for the used template

isStream
boolean
required
sections
object[]
required

Individual document sections

createdAt
string<date-time>
required

The original timestamp when the document was created.

updatedAt
string<date-time>
required

The timestamp when the document was last updated.

outputLanguage
string
required

The language in which the document will be generated. Check https://docs.corti.ai/stt/languages for more.

usageInfo
object
required

Credits consumed for this request.