Response
Indicates whether the call was successful. 1 if successful.
When an exception occurs, specific exception information will be provided in the message.
Includes specific data. All available voices under the current API-Key, including Premade voices provided by Myvocal, and Custom voices you created on the website and in the API. cloned : create the voice by recording online or upload audio files.
designed : create the voice by voice design
text-to-speech or ai-cover
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"
}
]
}