---
title: "Call transcription completed"
method: POST
path: "CallTranscriptionCompleted"
tags: ["Speech Analytics"]
---

# Call transcription completed

`POST CallTranscriptionCompleted` (webhook)

Sends a notification when a call transcription is complete.

## Payload

- CDRTranscriptionCompletedWebhook
  - `uuid` string, 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).

## Acknowledgement `200`

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

---

[API](https://skmtc.net/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.net/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavix/wavix-apis/versions/b22f170488b6/schema)
