Search custom (cloned) voices
Custom voices
Search custom voices
Filter your custom (cloned) voices by name or description.
GET
Search custom (cloned) voices
Returns custom voices on your account that match the given filters.Documentation Index
Fetch the complete documentation index at: https://docs.supertoneapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Query parameters
| Name | Description | Example |
|---|---|---|
name | Voice name, partial match. | narrator |
description | Description, partial match. | kind and gentle |
page_size | Items per page. Default 20, max 100. | 50 |
next_page_token | Token from a previous response. | eyJpZCI6IjEyMzQ1In0= |
Response
Returns anitems array of custom voice objects plus an optional next_page_token.
See also
Docs: Custom voices
Full lifecycle: create, list, search, update, delete.
List custom voices
Get all custom voices without filtering.
Authorizations
Query Parameters
Number of items per page (default: 20, min: 10, max: 100)
Token for pagination (obtained from the previous page's response)
Search across name. Space separated.
Search across description. Space separated.
Response
Paginated custom voices search response with next page token