---
title: "Transcribe Audio"
method: POST
path: "/voice/transcribe"
tags: ["voice"]
---

# Transcribe Audio

`POST /voice/transcribe`

Transcribe an audio file using OpenAI gpt-4o-transcribe.

Accepts an audio blob (e.g. audio/webm from MediaRecorder) and returns
the transcribed text. Guests and authenticated users can both use voice input.

## Response `200`

Successful Response

- TranscriptionResponse
  - `text` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
