> ## 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/ai/ytsf" type="GET">
  基础 API 端口
</ParamField>

<ParamField query="file" type="string" required>
  Image links to be identified
</ParamField>

<ResponseExample>
  ```json 200: OK normal response theme={null}
  [
    {
      "title": "番剧标题",
      "similarity": "相似度",
      "time": "图片出现时间"
    }
  ]
  ```
</ResponseExample>

在线使用：[https://api.ecylt.top/ai/ytsf/ytsf.htm](https://api.ecylt.top/ai/ytsf/ytsf.htm)
