---
title: "Text To Speech"
method: POST
path: "/api/generate/text-to-speech"
tags: ["generate"]
---

# Text To Speech

`POST /api/generate/text-to-speech`

Generate a text-to-speech audio file based on the provided text input and speaker description.

## Request body

- TextToSpeechParams
  - `model_id` string, required — Hugging Face model ID used for text to speech generation.
  - `text` string — Text input for speech generation.
  - `description` string — Description of speaker to steer text to speech generation.

## Response `200`

Successful Response

- AudioResponse — Response model for audio generation.
  - `audio` MediaURL, required — A URL from which media can be accessed.
    - `url` string, required — The URL where the media can be accessed.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Validation Error
- `500` — Internal Server Error
- `default` — Error

## Changes

- **2025-10-30** `dfc937fc0d2c` — 8 breaking, 4 info
  - the `audio` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `oneOf[subschema #1: HTTPError]/detail` response's property type/format changed from `object`/`` to ``/`` for status `400`
  - the `oneOf[subschema #1: HTTPError]/detail` response's property type/format changed from `object`/`` to ``/`` for status `401`
  - the `oneOf[subschema #1: HTTPError]/detail` response's property type/format changed from `object`/`` to ``/`` for status `500`
  - …8 more
- **2025-10-30** `f5d01b71ba9a` — 4 breaking, 8 info
  - the `audio` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `oneOf[subschema #1: HTTPError]/detail` response's property type/format changed from ``/`` to `object`/`` for status `400`
  - the `oneOf[subschema #1: HTTPError]/detail` response's property type/format changed from ``/`` to `object`/`` for status `401`
  - the `oneOf[subschema #1: HTTPError]/detail` response's property type/format changed from ``/`` to `object`/`` for status `500`
  - …8 more
- **2025-10-28** `dfc937fc0d2c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/livepeer/apis/untitled-api/changes/api/generate/text-to-speech/post.md)

---

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