---
title: "List available voices"
method: GET
path: "/v2/voices"
tags: ["Voices"]
---

# List available voices

`GET /v2/voices`

Returns premade ElevenLabs voices plus voices cloned by your organization. Use `id` in `POST /v2/tts` and generation text inputs - it always works for both premade and cloned voices.

## Query parameters

- `provider` 'elevenlabs'

## Response `200`

List of voices

- VoiceDto[]
  - `id` string, nullable
  - `internalVoiceId` string, nullable
  - `voiceId` string, nullable
  - `name` string, nullable
  - `provider` 'elevenlabs', required
  - `previewUrl` string, nullable

---

[API](https://skmtc.net/sync/apis/sync-api-v2.md) · [All operations](https://skmtc.net/sync/apis/sync-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sync/sync-api-v2/versions/9b2af21c2e0e/schema)
