id via "Query transcription result".{
"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"
}
}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": "Operation succeeded!",
"data": null,
"traceId": "74e15b09b7159713"
}