cURL
curl --request GET \ --url https://os.gan.ai/v1/voices \ --header 'ganos-api-key: <api-key>'
{ "data": [ { "voice_id": "<string>", "voice_name": "", "voice_description": "", "voice_sample": "" } ], "total_voices": 123 }
Retrieves a list of voices to generate the speech output from.
Use the API key generated from our website to programmatically interact with our endpoints. This key authorizes your requests, allowing you to access and utilize our services securely.
Successful Response
Show child attributes
Unique identifier for the voice.
Name of the voice.
Description of the voice.
Sample of the voice.
Total number of voices for the user.