cURL
curl --request GET \ --url https://backend.clipvision.ai/api/user/voice-profiles/ \ --header 'Authorization: Basic <encoded-value>'
[ { "voice_profile_id": 1, "disabled": false, "profile_name": "New Voice Profile", "api_key": "api_key", "region": "westus2", "provider_id": "elevenlabs", "provider_name": "ElevenLabs" } ]
This API endpoint allows a user to retrieve all their voice profiles.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Successfully retrieved the user voice profiles