API Overview
Public route reference for anonymous status, contact, desktop release, and aggregated telemetry surfaces.
Base URL
Production REST requests use the v1 API prefix. Monitoring routes are exposed beside the API prefix through the Cloudflare Pages backend proxy.
https://chimeramind.com/api/v1
Public website endpoints
These routes are safe for anonymous website pages and return public or aggregated data only. Auth, billing, portal, account, and internal telemetry routes are intentionally omitted — see Security & Compliance for why.
GET /api/v1/system/status
GET /api/v1/metrics/public/live
POST /api/v1/contact
GET /api/v1/desktop/latest-version
POST /api/v1/desktop/check-update
GET /api/v1/desktop/download/{platform}
Monitoring proxy endpoints
Pages Functions proxy monitoring requests to the VPS backend. The public site uses these for status, pulse, overview, and arsenal surfaces.
GET /monitoring/health
GET /monitoring/overview
Scope
This page documents only anonymous public routes. Product app calls remain supported by the website and desktop clients, but they are not advertised as public API surface. The full internal route surface (trading, portfolio, vault, admin) is deliberately not published — see Endpoint Catalog for the published subset and why the rest stays private.