Hanzo
OpenapiPricing

Returns just the cloud instance plans — each with its vCPU, memory, disk, CPU…

Returns just the cloud instance plans — each with its vCPU, memory, disk, CPU type, VM allowance, feature list and monthly and hourly price.

GET /v1/pricing/cloud/plans

Addresshttps://api.hanzo.ai/v1/pricing/cloud/plans
MethodGET
Operationget_pricing_cloud_plans
AuthAuthorization: Bearer $HANZO_API_KEY

Returns just the cloud instance plans — each with its vCPU, memory, disk, CPU type, VM allowance, feature list and monthly and hourly price. It is the plans of the cloud section on their own.

Request

GET /v1/pricing/cloud/plans takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200pricingPlanListok

200 body — 2 fields.

FieldInTypeAlwaysDescription
plansbodyobject[]Plans are the plans in this section, each an opaque object exactly as the pricing source emits it — typically id, name, description, price and a feature list.
plans[].*bodyobject

Failure carries the platform error shape — see Errors.

Examples

hanzo pricing cloud plans

Pricing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page