Skip to main content
POST

Authorizations

Authorization
string
header
required

Body

application/json

Request body for speech understanding tasks.

transcript_id
string
required

The ID of the transcript to process.

speech_understanding
object
required

The speech understanding task to perform. Supports Translation, Speaker Identification, and Custom Formatting. Click into the request object below to see the available options.

Response

Successful response containing the speech understanding results.

speech_understanding
object
translated_texts
object

Translated text keyed by language code (e.g., {"es": "Texto traducido"})

utterances
object[]

Array of utterances with translations (when match_original_utterance is true)

words
object[]