latestSwagger 2.02026-08-2053114259.7 KB

41da8739a690

Audio

Start audio transcription

Starts a job to transcribe an audio file. The audio file must be in one of the following supported formats: m4a, mp3, webm, mp4, mpga, wav. After the transcription job is complete, the original audio file is deleted. To use the returned job ID to fetch the transcription results, use /api/audio/{jobId}/transcribe/result. If you do not retrieve the results within 5 minutes after the transcription is complete, the results are automatically purged.

post/api/Audio/transcribe/start

Response

Returns the transcription job ID

jobIdstring

The unique identifier for the redaction job. Use this identifier to check processing status and download the redacted file.

Example response

{
  "jobId": "b3a1c9f0-4e5d-4a2b-8f7c-1d2e3f4a5b6c"
}