Voice Designs
List voice designs
Returns a paginated list of voice designs belonging to the authenticated account.
get/voice_designs
Query parameters
page[number]integer
Page number for pagination (1-based).
page[size]integer
Number of results per page.
filter[name]string
Case-insensitive substring filter on the name field.
sort'name' | '-name' | 'created_at' | '-created_at'
Sort order. Prefix with - for descending. Defaults to -created_at.
Response
A paginated list of voice designs.
Example response
{
"meta": {
"page_number": 1,
"page_size": 20,
"total_pages": 3,
"total_results": 42
}
}