Process speech understanding

<llms-only> > For the complete documentation index, see [llms.txt](https://www.assemblyai.com/docs/llms.txt) </llms-only> <Note>To use our EU server for LLM Gateway, replace `llm-gateway.assemblyai.com` with `llm-gateway.eu.assemblyai.com`.</Note> Perform various speech understanding tasks like [Translation](https://www.assemblyai.com/docs/speech-understanding/translation), [Speaker Identification](https://www.assemblyai.com/docs/speech-understanding/speaker-identification), and [Custom Formatting](https://www.assemblyai.com/docs/speech-understanding/custom-formatting).

Authentication

Authorizationstring
API Key authentication via header

Request

Request body for speech understanding tasks.
transcript_idstringRequired
The ID of the transcript to process.
speech_understandingobjectRequired

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.
LLMGatewayTranslationResponseobject
OR
LLMGatewaySpeakerIdentificationResponseobject
OR
LLMGatewayCustomFormattingResponseobject