Skip to main content
POST
/
documents
/
templates
/
{templateID}
/
versions
/
{versionID}
/
publish
cURL
curl --request POST \
  --url https://api.{environment}.corti.app/v2/documents/templates/{templateID}/versions/{versionID}/publish \
  --header 'Authorization: Bearer <token>' \
  --header 'Tenant-Name: <tenant-name>'
{
  "status": "<string>",
  "evidence": {
    "evidenceId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
    "type": "transcript",
    "quote": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.corti.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

templateID
string<uuid>
required
versionID
string<uuid>
required

Response

OK

status
string
required
evidence
object