{ "tasks": [ { "task_id": "string", "file_path": "string", "bucket": "string" } ] }
curl --location --request POST 'http://172.29.50.10:2333/zhixin_agent/files/extract_files' \ --header 'Content-Type: application/json' \ --data-raw '{ "tasks": [ { "task_id": "string", "file_path": "string", "bucket": "string" } ] }'
{ "results": [ { "task_id": "9", "status": "201", "message": "任务处理中", "error": "" } ] }