API Reference
Hanzo Billing API
The customer-facing, org-scoped billing surface (`/v1/billing/*`) served by
The customer-facing, org-scoped billing surface (/v1/billing/*) served by
Hanzo Billing API · All API references →
| Base URL | https://api.hanzo.ai |
| Version | 1.0.0 |
| Operations | 5 |
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
Billing
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/billing/usage | Per-request usage ledger |
GET | /v1/billing/balance | Prepaid credit balance |
GET | /v1/billing/gpu-eligibility | GPU launch eligibility gate |
POST | /v1/billing/gpu-charge | Prepay-only GPU charge |
GET | /v1/billing/payment-methods | Saved payment methods (masked) |
How is this guide?