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

Endpoints

Records

MethodEndpointDescription
GET/v1/collections/{collection}/recordsList records
POST/v1/collections/{collection}/recordsCreate 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?

On this page