Alist V3版本API文档- 个人整理 #2501
Replies: 12 comments 26 replies
-
|
{ 开了二级验证的,应该怎么获取? |
Beta Was this translation helpful? Give feedback.
-
|
请问API能监控正在下载或上传的任务吗? |
Beta Was this translation helpful? Give feedback.
-
|
哈哈, 在此支持一下 |
Beta Was this translation helpful? Give feedback.
-
|
put 文件请求到 f"{host}/api/fs/form" 回应:'{"code":500,"message":"no multipart boundary param in Content-Type","data":null}' |
Beta Was this translation helpful? Give feedback.
-
|
菜鸡的我,最近尝试了一下API 为啥这个重命名文件夹的不对呢~
|
Beta Was this translation helpful? Give feedback.
-
|
支持一下,要是能整合进官方文档就好了 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
有获取下载直链的接口吗?自己拼接 "/d + 路径 + sign" 的方式不一定准确,例如目前登陆了一个指定了子目录的账号的情况。 |
Beta Was this translation helpful? Give feedback.
-
|
大佬你是用哪个接口工具导出的啊 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
POST复制文件
和POST移动文件
今天试这两个api,发现返回的结果都是
但是请求data里面明明是有names参数的
|
Beta Was this translation helpful? Give feedback.
-
|
请问我是用fs/search搜索文件,返回结果中total是1但是contents中为空是什么原因 |
Beta Was this translation helpful? Give feedback.









Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
个人整理了AList V3版本的一些常用API和使用方法,可见下方链接和文件下载。
链接
API整理-知乎文章
整理的API列表
API整理格式示例
POST token获取
POST /api/auth/login
请求参数
{ "code": 200, "message": "success", "data": { "token": "abcd" } }返回结果
返回数据结构
状态码 200
Beta Was this translation helpful? Give feedback.
All reactions