---
title: "Tts Endpoint"
method: GET
path: "/voices"
---

# Tts Endpoint

`GET /voices`

Retrieves available voices for the text-to-speech (TTS) feature.

This endpoint fetches a list of TTS voices available in the application. .

Returns:
    dict: A JSON-compatible dictionary containing:
        - 'data': A dictionary with a 'voices' key, holding a list of available voices.

Raises:
    Exception: Raised if an error occurs while retrieving the voices, with appropriate logging for debugging.

## Query parameters

- `api_key` string, nullable
- `jwt_token` string, nullable

## Headers

- `X-API-KEY` string, nullable
- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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