Hanzo
OpenapiPlan

Returns the per-use price of every metered tool — web search, code interpreter,…

Returns the per-use price of every metered tool — web search, code interpreter, image generation, speech — each with the unit it is billed in.

GET /v1/plan/tools

Addresshttps://api.hanzo.ai/v1/plan/tools
MethodGET
Operationget_plan_tools
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the per-use price of every metered tool — web search, code interpreter, image generation, speech — each with the unit it is billed in.

Request

GET /v1/plan/tools takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200planToolListok

200 body — 1 field.

FieldInTypeAlwaysDescription
toolsbodyany[]Tools are the metered tools, each an opaque object exactly as the catalog emits it — typically name, billing unit and price.

Failure carries the platform error shape — see Errors.

Examples

hanzo plans tools

Plan API · All Hanzo APIs · Interactive reference

How is this guide?

On this page