📢 Release 1.0.0-beta.11(2026-06-03)现已推出
Arcadia

查询属性

GET
/file/v1/info

授权

Token
api-token<token>

32位令牌,在控制面板《个人设置 - 令牌管理》页面获取

位置: header

查询参数

path*string

绝对路径

响应主体

application/json

curl -X GET "https://example.com/file/v1/info?path=string"
{  "type": "folder",  "name": "string",  "parent_path": "string",  "mode": "string",  "size": 0,  "display_size": "string",  "modified_time": "string",  "accessed_time": "string",  "created_time": "string",  "changed_time": "string"}