v1
latestOpenAPI 3.0.12026-07-2696152184.1 KBList all voices created from a fine-tune
Path parameters
ID of the fine-tune to list voices from
Query parameters
The number of voices to return per page, ranging between 1 and 100.
A cursor to use in pagination. starting_after is a voice ID that defines your place in the list. For example, if you make a fine-tune voices request and receive 20 objects, ending with voice_abc123, your subsequent call can include starting_after=voice_abc123 to fetch the next page of the list.
A cursor to use in pagination. ending_before is a voice ID that defines your place in the list. For example, if you make a fine-tune voices request and receive 20 objects, starting with voice_abc123, your subsequent call can include ending_before=voice_abc123 to fetch the previous page of the list.
Headers
API version header.
Response
Example response
{
"data": [
{
"id": "db6b0ed5-d5d3-463d-ae85-518a07d3c2b4",
"is_owner": false,
"access": {
"type": "public",
"visibility": "all"
},
"name": "Skylar",
"tagline": "Friendly Guide",
"description": "Approachable American female ideal for customer care and support.",
"gender": "feminine",
"language": "en",
"country": "US",
"created_at": "2026-03-31T17:37:05.961874Z",
"is_public": true
}
]
}