---
title: "List Voices"
method: GET
path: "/v1/speech/voices"
tags: ["textToSpeech"]
---

# List Voices

`GET /v1/speech/voices`

Returns a list of available voices for speech synthesis.

<Info>
Our legacy Gen2 streaming model is set to be deprecated on 16th August 2026. Gen2 supported voices will still be available to use through the Gen2 non streaming [Synthesize Speech](/api/docs/api-reference/text-to-speech/generate) endpoint. For Streaming, we recommend migrating to our latest [Falcon 2](/api/docs/text-to-speech-models/falcon-2) model.
</Info>

## Query parameters

- `model` string

## Headers

- `token` string
- `api-key` string

## Response `200`

Ok

- ApiVoice[]
  - `accent` string — This field has been deprecated. Please refer to 'supportedLocales.detail' instead.
  - `availableStyles` string[] — This field has been deprecated. Please refer to 'supportedLocales.availableStyles' instead.
  - `description` string
  - `displayLanguage` string — This field has been deprecated. Please refer to 'supportedLocales.detail' instead.
  - `displayName` string
  - `gender` 'Male' | 'Female' | 'NonBinary'
  - `locale` string
  - `supportedLocales` object
  - `voiceId` string

## Other responses

- `400` — Bad Request
- `403` — Invalid or expired token provided
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/murf/apis/api-reference.md) · [All operations](https://skmtc.net/murf/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/murf/api-reference/revisions/07a6cdc0774e/schema)
