本文档由 云音工坊 自动生成,如有疑问,请联系客服微信:yuntts !
curl --location 'https://www.yuntts.com/api/v1/qwen3-create-voice' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"target_model": "qwen3-tts-vc-realtime-2026-01-15",
"language": "en",
"voice_name": "English Voice",
"description": "English voice clone",
"preferred_name": "english_voice",
"audio_url": "https://example.com/audio.mp3"
}'{
"code": 200,
"message": "声音创建成功",
"data": {
"voice": "qwen-tts-vc-myvoice-voice-20260426123456789-123a",
"target_model": "qwen3-tts-vc-2026-01-22"
}
}