本文档由 云音工坊 自动生成,如有疑问,请联系客服微信:yuntts !
curl --location 'https://www.yuntts.com/api/v1/qwen3-synthesize' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwen3-tts-flash",
"voice": "Cherry",
"text": "你好,这是 Qwen3 语音合成测试。",
"language_type": "Chinese",
"stream": false
}'{
"code": 200,
"message": "语音合成成功",
"data": {
"audio_url": "https://example.com/audio.mp3"
},
"char_count": 10,
"cost": 0.003
}