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