v3

OpenAPI 3.1.02026-07-31350397683.8 KB
Digital Humans

Generate Formatted Transcript Endpoint

Take a raw transcript and return the structured transcript, derived utterances, and speaks_first.

post/v1/generate-formatted-transcript

Headers

X-API-Keystring required

API key required to authenticate requests.

Request body

original_transcriptstring required

Raw transcript in any format

Response

Successful Response

formatted_transcriptobject[] required

Structured transcript: [{"role": "USER"|"AGENT", "utterance": "..."}]

descriptionstring required

JSON-encoded list of user utterances (the intent/description field)