> ## 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.

# 蓝奏云直链解析

> 获取蓝奏云直链以及其他信息

<ParamField path="https://api.ecylt.com/v1/lanzou_link" type="GET">
  基础 API 端口
</ParamField>

<ParamField query="url" type="string" required>
  lanzou share link
</ParamField>

<ParamField query="pwd" type="string">
  share link password (if it exists)
</ParamField>

<ParamField query="type" type="string">
  If the value is "down", download it directly
</ParamField>

<ResponseExample>
  ```json 200: OK normal response theme={null}
  {
      "code": 200,
      "msg": "解析成功",
      "name": "文件名",
      "filesize": "文件大小",
      "downUrl": "直链",
      "二次元API": "https://docs.api.ecylt.top/"
  }
  ```

  ```json 400: Bad Request wrong response theme={null}
  {
      "code": 200,
      "msg": "问题原因"
  }
  ```
</ResponseExample>
