🚀 GLM-4.6 代码编程专享计划 • 限时优惠 Coding Plan ➞
cURL
curl --request POST \ --url https://open.bigmodel.cn/api/llm-application/open/v2/application/file_stat \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "app_id": "<string>", "file_ids": [ "<string>" ] }'
{ "data": [ { "file_id": "<string>", "code": 123, "msg": "<string>" } ], "code": 123, "message": "<string>", "timestamp": 123 }
获取指定文件的解析状态。
使用以下格式进行身份验证:Bearer <your api key>
智能体(应用)id
文件id列表
请求成功
文件解析状态列表
Hide child attributes
文件id
文档解析状态码
描述
响应码,200为成功
响应信息
响应时间戳