cURL
curl --request GET \ --url https://eu-gcp-api.vg-stuff.com/v3/voices/{provider}/{voiceId} \ --header 'Authorization: Bearer <token>'
{ "voiceId": "<string>", "name": "<string>", "provider": "<string>", "previewUrl": "<string>", "filters": { "accent": "<string>", "gender": "<string>", "useCase": "<string>", "language": "<string>" } }
Returns metadata for a specific voice on a specific provider, including a previewUrl MP3.
curl "https://eu-gcp-api.vg-stuff.com/v3/voices/elevenlabs/21m00Tcm4TlvDq8ikWAM" \ -H "Authorization: Bearer YOUR_API_KEY"
?sampleText=...
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes