cURL
curl --request GET \ --url https://api.example.com/v1/voices/ \ --header 'x-api-key: <api-key>'
[ { "voice_id": "<string>", "name": "<string>", "accent": "<string>", "sample_storage_path": "<string>", "description": "<string>", "gender": "<string>" } ]
Return all available voices
API key for programmatic access
Successful Response