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

# Lanzou Cloud direct link parser

> Get Lanzou Cloud direct links and other information

<ParamField path="https://api.ecylt.com/v1/lanzou_link" type="GET">
  Base API endpoint
</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": "Parsing successful",
      "name": "File name",
      "filesize": "File size",
      "downUrl": "Direct link",
      "二次元API": "https://docs.api.ecylt.top/"
  }
  ```

  ```json 400: Bad Request wrong response theme={null}
  {
      "code": 200,
      "msg": "Error reason"
  }
  ```
</ResponseExample>
