[0, 1]
{ "taskId": "string" }
curl --location --globoff '/ai/knowledge/nlpService/item/match/query?access_token={{access_token}}' \ --header 'client-platform: common' \ --header 'Content-Type: application/json' \ --data '{ "taskId": "string" }'
{ "errcode": "0000", "description": "Success", "data": { "taskId": "c5a2e4ac8db8c605e5e150f40ff2a643", "status": "COMPLETED", "taskTraceId": "d4e5e33e57bf0237", "result": { "matchDocIds": [ "100134098" ], "matchDetails": [ { "targetItemId": "24322000000227078655_1", "candidateItem": [ { "candidateDocId": "100134098", "candidateItemId": "100134098_1", "score": 0.8712, "allocatedAmount": 128.50, "allocatedQuantity": 10.0 } ] } ] } }, "traceId": "21c996b57d834de9bfc10f7b8312f530" }