CLIWebsearch
Websearch
6 `hanzo` commands for Websearch, each calling one operation on api.hanzo.ai.
Package websearch is a web search and a page fetch your agents can call.
6 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo websearch search get | GET /v1/websearch/search | Keyless web meta-search, in the SearXNG JSON envelope. |
hanzo websearch search create | POST /v1/websearch/search | Keyless web meta-search, in the SearXNG JSON envelope. |
hanzo websearch search replace | PUT /v1/websearch/search | Keyless web meta-search, in the SearXNG JSON envelope. |
hanzo websearch search patch | PATCH /v1/websearch/search | Keyless web meta-search, in the SearXNG JSON envelope. |
hanzo websearch search clear | DELETE /v1/websearch/search | Keyless web meta-search, in the SearXNG JSON envelope. |
hanzo websearch create | POST /v1/websearch | Search the live web |
How is this guide?