subject — 招标正文attachment — 招标附件(澄清函、补遗等)package_no,回调返回 package_selection_required + packages;doc_id 复用再次 POST,传入 package_no。{
"files": [
{
"file_url": "https://storage.example.com/tender/main.docx",
"filename": "招标文件.docx",
"role": "subject"
},
{
"file_url": "https://storage.example.com/tender/clarify.pdf",
"filename": "澄清函.pdf",
"role": "attachment"
}
],
"callback_url": "https://upstream.example.com/hooks/parse"
}curl --location 'https://app-test.fagougou.com/openapi/bidding/parser' \
--header 'Content-Type: application/json' \
--data '{
"files": [
{
"file_url": "https://storage.example.com/tender/main.docx",
"filename": "招标文件.docx",
"role": "subject"
},
{
"file_url": "https://storage.example.com/tender/clarify.pdf",
"filename": "澄清函.pdf",
"role": "attachment"
}
],
"callback_url": "https://upstream.example.com/hooks/parse"
}'{
"code": 20000,
"data": {
"task_id": "550e8400-e29b-41d4-a716-446655440000",
"job_id": "20260624143000123456",
"status": "pending",
"queue_position": 1
},
"message": ""
}