v1
latestOpenAPI 3.0.02026-07-26152942.8 KBcustom_voices
Gets custom (cloned) voices
Gets a paginated list of custom (cloned) voices available to the user, using token-based pagination.
get/v1/custom-voices
Query parameters
page_sizenumber
Number of items per page (default: 20, min: 10, max: 100)
next_page_tokenstring
Token for pagination (obtained from the previous page's response)
Response
Paginated custom voices response with next page token
Example response
{
"items": [
{
"voice_id": "voice_123456789",
"name": "My Custom Voice",
"description": "A warm and friendly voice for customer service"
}
],
"total": 25,
"next_page_token": "10"
}