List voices

Lists voices in your Voice Library. Set provider to HUME_AI to list Hume’s preset voices, or to CUSTOM_VOICE to a custom voice created in your account.

Headers

X-Hume-Api-KeystringRequired

Query parameters

providerenumRequired

Specifies whether to return custom voices created in your account or shared voices provided by Hume

Allowed values:
page_numberintegerOptional

Specifies the page number to retrieve, enabling pagination.

This parameter uses zero-based indexing. For example, setting page_number to 0 retrieves the first page of results (items 0-9 if page_size is 10), setting page_number to 1 retrieves the second page (items 10-19), and so on. Defaults to 0, which retrieves the first page.

page_sizeintegerOptional

Specifies the maximum number of results to include per page, enabling pagination. The value must be between 1 and 100, inclusive.

For example, if page_size is set to 10, each page will include up to 10 items. Defaults to 10.

ascending_orderbooleanOptional

Response

Success

page_numberintegerOptional

The page number of the returned list.

This value corresponds to the page_number parameter specified in the request. Pagination uses zero-based indexing.

page_sizeintegerOptional

The maximum number of items returned per page.

This value corresponds to the page_size parameter specified in the request.

total_pagesintegerOptional

The total number of pages in the collection.

voices_pagelist of objectsOptional

List of voices returned for the specified page_number and page_size.

Errors