v50

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

Call transcription completed

Sends a notification when a call transcription is complete.

postWebhookCallTranscriptionCompleted

Payload

uuidstring required

Call UUID

status'completed' | 'failed' required

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

Example payload

{
  "uuid": "99df5ffd-962a-410f-bcce-d08f1f7f328c",
  "status": "completed"
}

Response

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