id 调用「查询转写结果」轮询进度。curl --location '/tk/v1/ifly/async/process' \
--header 'Authorization: Bearer sk-****' \
--header 'Content-Type: application/json' \
--data '{
"id": "music-weinierlai-demo-001",
"type": 2,
"resId": 0,
"audio": {
"aid": "aid-music-weinierlai-demo-001",
"uri": "https://example.com/audio.mp3",
"rate": "16000",
"encoding": "1"
}
}'{
"code": "200",
"msg": "操作成功!",
"data": null,
"traceId": "74e15b09b7159713"
}