Retrieves a comprehensive list of all available voices, including public voices, shared voices, and custom-created voices. Each voice entry provides detailed attributes such as a unique identifier, voice name, gender, and age, ensuring precise selection and usability.
/list-voices
endpoint works in conjunction with several other endpoints in the API:
/tts
endpoint to generate speech with your selected voice/voices/create-custom-voice
endpoint to add new voices to this list/text-to-voice
endpoint to generate voices from text descriptionsThe x-api-key
is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.
Successful Response
The response is of type VoiceItem Β· object[]
.