API
...
Overview
List Voices
2 min
to see available voices available to you, you need to use the get /voice/all endpoint get https //platform api unith ai/voice/all it is recommended to retrieve all results, and store locally for further use the following parameters are available to you should you wish to refine your results curl x 'get' \\ 'https //platform api unith ai/voice/all?order=asc\&page=1\&take=10\&language=english\&provider=elevenlabs\&sortby=displayname' \\ h 'accept application/json' \\ h 'authorization bearer yourbearertoken' name description language string (query) language of the voice see below accent string (query) accent of the voice gender string (query) , male, female provider string (query) iso language code of the voice, e g en us voiceid string (query) search by voice id example "voiceid" "pninz6obpgdqgcfmajgb eleven flash v2" orderby (string) order by displayname, language, accent, provider, gender
