Get public voices
Retrieve a paginated list of public voices available for use. Supports filtering by search, genres, languages, and styles.
Filter logic: Multiple values inside the same filter are OR’d (e.g., languages=[english, spanish] matches voices that support English OR Spanish). Different filters are combined with AND (e.g., languages AND genres AND styles must all match).
Authorizations
API key in the format: "Api-Key "
Query Parameters
Search term to filter voices by name
1 - 50"plankton"
Filter by musical genres. Multiple values are OR'd within this filter and combined with other filters using AND.
pop, rap, rock, country, rnb, alternative, jazz Filter by supported languages. Multiple values are OR'd within this filter and combined with other filters using AND.
english, spanish, korean, japanese, french, russian, thai Filter by voice styles. Multiple values are OR'd within this filter and combined with other filters using AND.
singing, rapping, speaking, character, other Number of voices to return (8-50)
8 <= x <= 5020
Pagination cursor for next page
"1_123e4567-e89b-12d3-a456-426614174000"