---
title: "List available named voices"
method: GET
path: "/v1/voices"
tags: ["Meta"]
---

# List available named voices

`GET /v1/voices`

## Response `200`

Successful Response

- VoicesResponse
  - `data` VoiceCard[], required — The available named voices.
    - `id` string, required — Stable public voice id, used as the /v1/tts/{voice_id} path segment.
    - `name` string, required — Human-readable voice name.
    - `gender` 'feminine' | 'masculine', required — Perceived voice gender.

## Other responses

- `401` — Missing or invalid API key.
- `500` — Unexpected internal error.
- `503` — API-key verification is temporarily unavailable.

---

[API](https://skmtc.net/kalpalabs/apis/kalpa-speech-api.md) · [All operations](https://skmtc.net/kalpalabs/apis/kalpa-speech-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kalpalabs/kalpa-speech-api/revisions/20970946adc1/schema)
