本文档由 云音工坊 自动生成,如有疑问,请联系客服微信:yuntts !
curl --location 'https://www.yuntts.com/api/v1/f5-tts-async' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"gen_text": "云声配音F5-TTS 在线语音合成",
"ref_audio_url": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20260128/rkdnzm/%E9%BE%99%E9%93%83.mp3",
"ref_text": "欢迎使用语音合成服务",
"model_type": "F5-TTS"
}'{
"code": 200,
"message": "任务提交成功",
"data": {
"request_id": "019e4446-94d6-7763-a19e-735c2c1be9c5",
"char_count": 26,
"cost": 0.01,
"status": "pending",
"queue_position": 0,
"message": "任务提交成功"
}
}