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 URL | https://api.hanzo.ai |
| Version | 1.0.0 |
| Operations | 4 |
Authentication
bearerAuth—oauth2— OAuth 2.0apiKey— 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
Search
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/search-docs/indexes | List search indexes |
GET | /v1/search-docs/stats | Get aggregate search statistics |
Vector
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/vector/collections | List vector collections |
GET | /v1/vector/stats | Get aggregate vector statistics |
How is this guide?