API Reference
Hanzo App — Projects & Deployments
Site/app projects, builds and deployments for hanzo.app.
Site/app projects, builds and deployments for hanzo.app.
Hanzo App — Projects & Deployments · Guide & examples → · All API references →
| Base URL | https://api.hanzo.ai |
| Version | 1.0.0 |
| Operations | 7 |
| Guide | Hanzo App — Projects & Deployments 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
Deployments
| Method | Endpoint | Description |
|---|---|---|
POST | /v1/projects/{slug}/deploy | Deploy a project |
GET | /v1/projects/{slug}/deployments | List deployments |
Projects
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/projects | List projects |
POST | /v1/projects | Create a project |
GET | /v1/projects/{slug} | Get a project |
PATCH | /v1/projects/{slug} | Update a project |
DELETE | /v1/projects/{slug} | Delete a project |
Hanzo App — Projects & Deployments guide · All Hanzo APIs · OpenAPI spec
How is this guide?