v1

latestOpenAPI 3.1.02026-07-2676188241.3 KB
Documents (Classic)

Get Document

Get Document.

get/interactions/{id}/documents/{documentId}

Path parameters

idstring uuid required
Example:f47ac10b-58cc-4372-a567-0e02b2c3d479

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

documentIdstring uuid required
Example:f47ac10b-58cc-4372-a567-0e02b2c3d479

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

Headers

Tenant-Namestring required

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

Example:base

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

Response

idstring uuid required
namestring required

Name of the generated document

templateRefstring required

Reference for the used template

isStreamboolean required
createdAtstring date-time required

The original timestamp when the document was created.

updatedAtstring date-time required

The timestamp when the document was last updated.

outputLanguagestring required

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

Example response

{
  "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
}