curl --location 'https://api.myvocal.ai/sound_clone/api/v1/voices' \ --header 'accessKey: ffccfa079cd74c00963a2d65d38ef462'
{ "code": 1, "message": "Success", "data": [ { "id": "7789", "name": "FirstClonedVoice", "type": "cloned", "feature": "text-to-speech", "channel": "web" } ] }
Return metadata about a specific voice.
Show Toggle object