Hanzo
API Reference

Hanzo Product API

Read-only Search and Vector product surfaces backing the Hanzo console panels (hanzoai/cloud productsvc).

Read-only Search and Vector product surfaces backing the Hanzo console panels (hanzoai/cloud productsvc).

Hanzo Product API · All API references →

Base URLhttps://api.hanzo.ai
Version1.0.0
Operations4

Authentication

  • bearerAuth
  • oauth2 — OAuth 2.0
  • apiKey — 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

MethodEndpointDescription
GET/v1/search-docs/indexesList search indexes
GET/v1/search-docs/statsGet aggregate search statistics

Vector

MethodEndpointDescription
GET/v1/vector/collectionsList vector collections
GET/v1/vector/statsGet aggregate vector statistics

All Hanzo APIs · OpenAPI spec

How is this guide?

On this page