---
title: "Audio To Text"
method: POST
path: "/audio-to-text"
---

# Audio To Text

`POST /audio-to-text`

Transcribe audio files to text.

## Response `200`

Successful Response

- TextResponse — Response model for text generation.
  - `text` string, required — The generated text.
  - `chunks` Chunk[], required — The generated text chunks.
    - `timestamp` unknown[], required — The timestamp of the chunk.
      - unknown
    - `text` string, required — The text of the chunk.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `413` — Request Entity Too Large
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/livepeer/apis/livepeer-ai-runner.md) · [All operations](https://skmtc.dev/livepeer/apis/livepeer-ai-runner/llms.txt) · [OpenAPI document](https://skmtc.dev/livepeer/apis/livepeer-ai-runner/revisions/dbbbd2944bf2?raw)
