跳转到主要内容
GET
/
v1
/
lanzou_link
蓝奏云链接解析
curl --request GET \
  --url https://api-re.ecylt.com/v1/lanzou_link
{
  "code": 123,
  "msg": "<string>",
  "name": "<string>",
  "filesize": "<string>",
  "downUrl": "<string>",
  "二次元API": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.api.ecylt.com/llms.txt

Use this file to discover all available pages before exploring further.

查询参数

url
string
必填

蓝奏云分享链接

pwd
string

提取密码(如果有)

type
enum<string>

输出类型,设置为down时直接重定向到下载链接

可用选项:
down

响应

成功解析

code
integer
msg
string
name
string
filesize
string
downUrl
string
二次元API
string