---
title: "Audio file transcription completed"
method: POST
path: "AudioFileTranscriptionCompleted"
tags: ["Speech Analytics"]
---

# Audio file transcription completed

`POST AudioFileTranscriptionCompleted` (webhook)

Sends a notification when an audio file transcription is complete.

## Payload

- FileTranscriptionCompletedWebhook
  - `request_id` string, required — Transcription request ID
  - `status` string, required — Outcome of the transcription. One of `completed` (the transcript was produced) or `failed` (the transcription could not be produced).
  - `error` string, nullable, required — A human-readable error description, if any

## Acknowledgement `200`

Return a 200 status to indicate that the data was successfully 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/revisions/b22f170488b6/schema)
