doc_ids),用户已编辑 checklist。subject — 投标主册response_attachment — 投标应答附件(技术应答、商务应答等)doc_ids[].doc_id(主文件 + 附件均需 包含),挂载为招标参考文档,不重复 ingest。{
"review_type": "bidding_bid",
"callback_url": "https://upstream.example.com/hooks/review",
"files": [
{
"url": "https://storage.example.com/bid/main.pdf",
"filename": "投标文件.pdf",
"role": "subject"
},
{
"url": "https://storage.example.com/bid/tech-response.pdf",
"filename": "技术应答.pdf",
"role": "response_attachment"
}
],
"parsed_bidding_doc_ids": [
"doc_tender_main",
"doc_tender_att"
],
"checklists": {
"items": [
{
"id": "qual_001",
"check_name": "营业执照有效",
"basis": "应答人须提供有效营业执照",
"source_refs": [
{
"doc_id": "doc_tender_main",
"page": 12,
"node_id": "n_88",
"snippet": "投标人须具备..."
}
],
"category": "qualification",
"severity_hint": "high",
"review_guidance": "核对投标文件中营业执照是否满足招标文件要求"
}
]
},
"agent_depth": "standard"
}curl --location --request PUT 'https://app-test.fagougou.com/openapi/bidding/review' \
--header 'Content-Type: application/json' \
--data '{
"review_type": "bidding_bid",
"callback_url": "https://upstream.example.com/hooks/review",
"files": [
{
"url": "https://storage.example.com/bid/main.pdf",
"filename": "投标文件.pdf",
"role": "subject"
},
{
"url": "https://storage.example.com/bid/tech-response.pdf",
"filename": "技术应答.pdf",
"role": "response_attachment"
}
],
"parsed_bidding_doc_ids": [
"doc_tender_main",
"doc_tender_att"
],
"checklists": {
"items": [
{
"id": "qual_001",
"check_name": "营业执照有效",
"basis": "应答人须提供有效营业执照",
"source_refs": [
{
"doc_id": "doc_tender_main",
"page": 12,
"node_id": "n_88",
"snippet": "投标人须具备..."
}
],
"category": "qualification",
"severity_hint": "high",
"review_guidance": "核对投标文件中营业执照是否满足招标文件要求"
}
]
},
"agent_depth": "standard"
}'{
"code": 20000,
"data": {
"task_id": "550e8400-e29b-41d4-a716-446655440000",
"message": "请求已加入队列,等待执行",
"queue_position": 1
},
"message": ""
}