mirror of
https://github.com/hanzo-docs/docs.git
synced 2026-07-27 04:31:57 +00:00
The prior /api/* -> /v1/* sweep (65c8be420) missed one line in the Cloud service Quick Start: the create-API-key example used api.hanzo.ai/api/add-token while the sibling chat-completion example right below it correctly uses api.hanzo.ai/v1/*. Per the always-/v1-never-/api convention, this is now api.hanzo.ai/v1/add-token. (cherry picked from commitd0008980da)