Request Code Samples
curl --location --request POST 'https://api.302.ai/dubbingx/v1/getTtsTaskInfo/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json'
Responses
application/json {
"code": 200,
"success": true,
"msg": "操作成功",
"data": {
"id": "2013165142557167618",
"status": "Completed",
"language": "zh",
"fileName": "14f5d88afd36430cac1da48104cd84a4.wav",
"fileUrl": "https://file.302.ai/gpt/imgs/20260119/65e1a629314942bda02422a7852a917f.wav",
"updateTime": "2026-01-19 16:22:30",
"createTime": "2026-01-19 16:22:27"
},
"time": "2026-01-19 16:31:24",
"traceId": "2013167394017611778"
}
Modified at 2026-01-19 08:32:19