API Reference
Hanzo Web Search API
Hanzo-native Web Search + Scrape on the unified cloud-api /v1 plane
Hanzo-native Web Search + Scrape on the unified cloud-api /v1 plane
Hanzo Web Search API · All API references →
| Base URL | https://api.hanzo.ai |
| Version | 1.0.0 |
| Operations | 3 |
Authentication
bearerAuth— HTTP bearerserviceKey— API key in header (X-API-Key)
All Hanzo APIs share one bearer credential and common error and pagination conventions. See API conventions.
curl -H "Authorization: Bearer $HANZO_API_KEY" https://api.hanzo.aiEndpoints
Scrape
| Method | Endpoint | Description |
|---|---|---|
POST | /v1/websearch/v1/scrape | Scrape a URL to markdown (Firecrawl response shape) |
POST | /v1/websearch/scrape | Scrape a URL to markdown (bare alias of /v1/websearch/v1/scrape) |
Search
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/websearch/search | Search the web (SearXNG JSON contract, proxied verbatim) |
How is this guide?