本文档由 云音工坊 自动生成,如有疑问,请联系客服微信:yuntts !
curl --location 'https://www.yuntts.com/api/v1/cosyvoice-create-voice' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"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
}'{}