---
title: "Gets custom (cloned) voices"
method: GET
path: "/v1/custom-voices"
tags: ["custom_voices"]
---

# Gets custom (cloned) voices

`GET /v1/custom-voices`

Gets a paginated list of custom (cloned) voices available to the user, using token-based pagination.

## Query parameters

- `page_size` number
- `next_page_token` string

## Response `200`

Paginated custom voices response with next page token

- GetCustomVoiceListResponse
  - `items` GetCustomVoiceResponse[], required — List of custom voice items
    - `voice_id` string, required — Unique identifier for the voice
    - `name` string, required — Name of the voice
    - `description` string, nullable — Description of the voice
  - `total` number, required — Total number of available custom voices
  - `next_page_token` string — Token for fetching the next page of results. A valid non-negative integer string (e.g., "10", "20"). Null if no more pages.

## Other responses

- `401` — Unauthorized: Invalid API key
- `404` — Not Found: No custom voices found
- `500` — Internal Server Error: Failed to get custom voices

---

[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/revisions/1ac6d0957e70/schema)
