{
"target_model": "cosyvoice-v3-flash",
"voice_name": "我的音色",
"url": "https://www.yuntts.com/wp-content/uploads/audio-tts/zh-CN-Yunze-General-Audio.wav",
"description": "我的个人定制音色",
"language_hints": "zh",
"enable_preprocess": true,
"max_prompt_audio_length": 10
}curl --location --request POST 'https://www.jiaozitts.com/api/v1/cosyvoice-create-voice' \
--header 'Authorization: Bearer sk-ad3183493dae2c7ef1cd0ad350d5fb80' \
--header 'Content-Type: application/json' \
--data-raw '{
"target_model": "cosyvoice-v3-flash",
"voice_name": "我的音色",
"url": "https://www.yuntts.com/wp-content/uploads/audio-tts/zh-CN-Yunze-General-Audio.wav",
"description": "我的个人定制音色",
"language_hints": "zh",
"enable_preprocess": true,
"max_prompt_audio_length": 10
}'{}