---
title: "Get Voice"
method: GET
path: "/11labs/v1/voices/{voice_id}"
---

# Get Voice

`GET /11labs/v1/voices/{voice_id}`

Get one voice by handle or legacy numeric id.

## Path parameters

- `voice_id` string, required

## Response `200`

Successful Response

- ElevenLabsVoice — One voice in the ElevenLabs catalog shape.
  - `voice_id` string, required
  - `name` string, required
  - `description` string, nullable
  - `category` string
  - `labels` object
  - `preview_url` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/kugelaudio/apis/kugelaudio-tts-api.md) · [All operations](https://skmtc.net/kugelaudio/apis/kugelaudio-tts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kugelaudio/kugelaudio-tts-api/revisions/695a69509860/schema)
