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

# Search custom (cloned) voices

`GET /v1/custom-voices/search`

Search and filter custom (cloned) voices based on various parameters. Space-separated terms in name/description fields use AND condition (all terms must be present).

## Query parameters

- `page_size` number
- `next_page_token` string
- `name` string
- `description` string

## Response `200`

Paginated custom voices search 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 search 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)
