---
title: "Get Voice By Id"
method: GET
path: "/v1/voices/{voice_id}"
---

# Get Voice By Id

`GET /v1/voices/{voice_id}`

One voice by handle or legacy numeric id.

The caller's org rides along so private/unverified own voices —
which the listing endpoint shows — resolve individually too.

## Path parameters

- `voice_id` string, required

## Response `200`

Successful Response

- VoiceInfo — Voice metadata.
  - `id` integer, required
  - `voice_id` integer, required
  - `handle` string, nullable
  - `public_id` string, nullable
  - `name` string, required
  - `description` string, nullable
  - `category` string
  - `sex` string, nullable
  - `age` string, nullable
  - `quality` string
  - `supported_languages` string[]
  - `sample_url` string, nullable
  - `avatar_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)
