task_id 查询变声任务进度task_id:提交任务后返回的任务 IDresult 里会带最终音频或最终视频输出404curl --location 'https://open.vectcut.com/llm/sts/submit/task_status?task_id=' \
--header 'Authorization: Bearer <token>'{
"audio_url": "https://player.install-ai-guider.top/example/old_speech.mp3",
"error": "",
"id": "e6755a84-02dc-44e9-9526-ce90ef0b4df5",
"message": "开始执行变声",
"progress": 15,
"result": {},
"status": "processing",
"success": true,
"task_id": "e6755a84-02dc-44e9-9526-ce90ef0b4df5",
"video_url": "",
"voice_id": "fYmV8EanqZP9BI4WvpB7"
}