Audio

Get transcription result

Retrieves the result of an audio transcription that was initiated from /api/audio/transcribe/start. The transcription is in JSON and contains timestamps for both words and segments. After you retrieve the transcription result, the transcription record is deleted.

get/api/Audio/{jobId}/transcribe/result

Path parameters

jobIdstring required

The ID of the transcription job

Response

Returns the transcription result

textstring

The full transcription text

languagestring

Detected language of the audio

Changes

No recorded changes to this endpoint across all 6 revisions of this API.