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

Endpoints

Deployments

MethodEndpointDescription
POST/v1/projects/{slug}/deployDeploy a project
GET/v1/projects/{slug}/deploymentsList deployments

Projects

MethodEndpointDescription
GET/v1/projectsList projects
POST/v1/projectsCreate 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?

On this page