Hanzo
OpenapiPricing

Returns just the named compute sizes — the short, human-labelled list…

Returns just the named compute sizes — the short, human-labelled list ("Starter", "Pro") a size picker renders, each carrying its provider slug, vCPU,…

GET /v1/pricing/compute/presets

Addresshttps://api.hanzo.ai/v1/pricing/compute/presets
MethodGET
Operationget_pricing_compute_presets
AuthAuthorization: Bearer $HANZO_API_KEY

Returns just the named compute sizes — the short, human-labelled list ("Starter", "Pro") a size picker renders, each carrying its provider slug, vCPU, memory, disk and price. It is the presets of the compute section on their own, for a caller that does not need the full tier table.

Request

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

Response

StatusBodyMeaning
200pricingPresetListok

200 body — 2 fields.

FieldInTypeAlwaysDescription
presetsbodyobject[]Presets are the named compute sizes, each an opaque object exactly as the pricing source emits it — typically id, name, provider slug, vCPU, memory, disk and…
presets[].*bodyobject

Failure carries the platform error shape — see Errors.

Examples

hanzo pricing compute presets

Pricing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page