API Reference
Hanzo Base — Collections
Schema-driven records store (Hanzo Base) over IAM-native collections.
Schema-driven records store (Hanzo Base) over IAM-native collections.
Hanzo Base — Collections · Guide & examples → · All API references →
| Base URL | https://api.hanzo.ai |
| Version | 1.0.0 |
| Operations | 5 |
| Guide | Hanzo Base — Collections guide |
Authentication
BearerAuth— HTTP bearer
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
Records
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/collections/{collection}/records | List records |
POST | /v1/collections/{collection}/records | Create a record |
GET | /v1/collections/{collection}/records/{id} | Get a record |
PATCH | /v1/collections/{collection}/records/{id} | Update a record |
DELETE | /v1/collections/{collection}/records/{id} | Delete a record |
Hanzo Base — Collections guide · All Hanzo APIs · OpenAPI spec
How is this guide?