---
title: "Get single cloned voice"
method: GET
path: "/v1/custom-voices/{voice_id}"
tags: ["custom_voices"]
---

# Get single cloned voice

`GET /v1/custom-voices/{voice_id}`

Gets details of a specific custom (cloned) voice by ID.

## Path parameters

- `voice_id` string, required

## Response `200`

Custom voice details

- GetCustomVoiceResponse
  - `voice_id` string, required — Unique identifier for the voice
  - `name` string, required — Name of the voice
  - `description` string, nullable — Description of the voice

## Other responses

- `401` — Unauthorized: Invalid API key
- `404` — Not Found: Voice does not exist
- `500` — Internal Server Error: Failed to get cloned voice

---

[API](https://skmtc.net/supertoneapi/apis/supertone-public-api.md) · [All operations](https://skmtc.net/supertoneapi/apis/supertone-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supertoneapi/supertone-public-api/versions/1ac6d0957e70/schema)
