---
title: "Audio To Text"
method: POST
path: "/audio-to-text"
tags: ["generate"]
---

# 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
- `415` — Unsupported Media Type
- `422` — Validation Error
- `500` — Internal Server Error

## Changes

- **2025-12-13** `0dfb43d02786` — 5 breaking, 10 info
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `400`
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `401`
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `413`
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `415`
  - …11 more
- **2025-10-30** `0e0e976fd9e0` — 10 breaking, 5 info
  - the `detail` response's property type/format changed from `object`/`` to ``/`` for status `400`
  - the `detail` response's property type/format changed from `object`/`` to ``/`` for status `401`
  - the `detail` response's property type/format changed from `object`/`` to ``/`` for status `413`
  - the `detail` response's property type/format changed from `object`/`` to ``/`` for status `415`
  - …11 more
- **2025-10-30** `0dfb43d02786` — 5 breaking, 10 info
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `400`
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `401`
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `413`
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `415`
  - …11 more
- …earlier changes not shown

[Full history](https://skmtc.dev/livepeer/apis/livepeer-ai-runner/changes/audio-to-text/post.md)

---

[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-service-production.skmtc.workers.dev/v1/apis/livepeer/livepeer-ai-runner/revisions/d6ba118ca5e0/schema)
