重要字段说明
batch_number: 文件批次编号。可以关联多个同一批次的文件。files[].id: 本次上传的文件ID。files[].task_id: 任务ID,用于标识文件处理任务。
batch_number、files[].id和files[].task_id都可以作为查询条件用于后续结果获取。Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
batch_number和文件ID),用于后续结果获取。{
"code":200,
"msg":"成功",
"result":{
"batch_number":"1955840540571376304",
"files":[
{
"id":"1955840505753140508",
"task_id":"1981692246135111680",
"name":"企业信用报告.pdf",
"format":"pdf"
}
]
}
}
batch_number: 文件批次编号。可以关联多个同一批次的文件。files[].id: 本次上传的文件ID。files[].task_id: 任务ID,用于标识文件处理任务。batch_number、files[].id和files[].task_id都可以作为查询条件用于后续结果获取。