curl --location 'https://api.myvocal.ai/sound_clone/api/v1/voices/tts' \ --header 'accessKey: xxx' \ --form 'files=@"xxx/xxx.mp3"' \ --form 'name="111"'
{ "code": 1, "message": "Success", "data": { "id": "7812" } }
Create a new custom voice for Text-to-Speech feature(❗❗❗File-related interfaces are not supported, please use interface tools for requests.)
Show Toggle object