cURL
curl --request GET \ --url https://api.example.com/v1/voices/{voice_id}
{ "voice_id": "<string>", "name": "<string>", "accent": "<string>", "sample_storage_path": "<string>", "description": "<string>", "gender": "<string>" }
Get a specific voice by ID
API key for authentication
Voice ID
Successful Response