v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
Speech Analytics

Audio file transcription completed

Sends a notification when an audio file transcription is complete.

postWebhookAudioFileTranscriptionCompleted

Payload

request_idstring required

Transcription request ID

statusstring required

Outcome of the transcription. One of completed (the transcript was produced) or failed (the transcription could not be produced).

errorstring nullable required

A human-readable error description, if any

Example payload

{
  "request_id": "e865ea07-25af-4fdd-876e-04b0d41d5ebd",
  "status": "completed"
}

Response

Return a 200 status to indicate that the data was successfully received