{
"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"
}curl --location --request POST 'https://www.jiaozitts.com/api/v1/qwen3-create-voice' \
--header 'Authorization: Bearer sk-437cfe89ff7d3031b7b7b56a3418dfa0' \
--header 'Content-Type: multipart/form-data' \
--data-raw '{
"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"
}
}