{
  "query": "YOUR_QUERY",
  "keywords": [
    "your_query"
  ],
  "count": 1,
  "results": [
    {
      "title": "Open WebUI",
      "path": "/",
      "url": "https://docs.openwebui.com/",
      "markdown_url": "https://docs.openwebui.com/index.md",
      "text_url": "https://docs.openwebui.com/index.txt",
      "match": "content",
      "score": 1,
      "matched_keywords": [
        "your_query"
      ],
      "snippet": "...[agents.txt](https://docs.openwebui.com/agents.txt): concise instructions for agents using these docs. - [api/search?q=YOUR_QUERY](https://docs.openwebui.com/api/search?q=YOUR_QUERY): deterministic docs search. All files are generated fresh on every deploy."
    }
  ]
}