Skip to content
HOC Site Docs
English
Esc
navigateopen⌘Jpreview

API

The versioned REST API under /api/v1 for programmatic access to websites and related resources.

The API uses your existing platform account. It does not expose a register route.

POST your email and password to the login endpoint.

{ “email”: “string”, “password”: “string” }

{ “accessToken”: “string” }

Authorization: Bearer

Every public /api/v1 route as a simple method + path catalog, auth, request hints, and links to matching MCP tools when available.

Was this page helpful?