Hanzo
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 URLhttps://api.hanzo.ai
Version1.0.0
Operations3

Authentication

  • bearerAuth — HTTP bearer
  • serviceKey — 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.ai

Endpoints

Scrape

MethodEndpointDescription
POST/v1/websearch/v1/scrapeScrape a URL to markdown (Firecrawl response shape)
POST/v1/websearch/scrapeScrape a URL to markdown (bare alias of /v1/websearch/v1/scrape)
MethodEndpointDescription
GET/v1/websearch/searchSearch the web (SearXNG JSON contract, proxied verbatim)

All Hanzo APIs · OpenAPI spec

How is this guide?

On this page