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

# Anime search by image

> Search for anime using images

<ParamField path="https://api.ecylt.com/ai/ytsf" type="GET">
  Base API endpoint
</ParamField>

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

<ResponseExample>
  ```json 200: OK normal response theme={null}
  [
    {
      "title": "Anime title",
      "similarity": "Similarity score",
      "time": "Time the image appears"
    }
  ]
  ```
</ResponseExample>

Try it online: [https://api.ecylt.top/ai/ytsf/ytsf.htm](https://api.ecylt.top/ai/ytsf/ytsf.htm)
