API ReferenceCHIMERA / DOCS
REST
API Reference
Public route reference for anonymous status, contact, desktop release, and aggregated telemetry surfaces.
QuickstartAuthenticationAPI ReferenceEndpoint CatalogWebSocket DocumentationError CodesRate LimitsAPI Changelog
01Base 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
02Public 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.
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}03Monitoring 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
04Scope
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.