---
title: "Handle Transcription"
method: POST
path: "/ai/transcribe"
tags: ["AI Chat"]
---

# Handle Transcription

`POST /ai/transcribe`

Transcribes an audio file using OpenAI's Whisper model.

## Response `200`

Successful Response

- TranscriptionResponse
  - `transcription` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/d96feef8e2ef/schema)
