---
title: "Speech To Text"
method: POST
path: "/speech_to_text/"
tags: ["Speech to Text"]
---

# Speech To Text

`POST /speech_to_text/`

Transcribe an uploaded audio file (multipart/form-data).

## Headers

- `X-Api-Key` string

## Response `200`

Successful Response

- SpeechToTextResponse
  - `text` string, required — Full transcript text

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/async/apis/text-to-speech-api-service.md) · [All operations](https://skmtc.dev/async/apis/text-to-speech-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/async/text-to-speech-api-service/revisions/9bfc541b6e9a/schema)
