API REFERENCE
HMorix Public API Documentation & Endpoint Reference
Comprehensive documentation for the HMorix REST API. Designed for developers, autonomous AI agents, and enterprise integrations.
Authentication
Include your API key via Bearer token: Authorization: Bearer <HMORIX_API_KEY>. Alternatively, browser sessions use signed HTTP-only cookies (hm_session).
Core API Endpoints
- GET /api/health: System health and database connectivity probe.
- GET /api/status: Live component uptime, latency, and incident reports.
- GET /api/services: Active software packages and base pricing.
- POST /api/contact: Business inquiries and automated CRM lead generation.
- POST /api/ai/chat: AI workflow execution and LLM inference.
- GET /api/blogs: Paginated engineering articles and updates.
- GET /api/account/api-keys: List authenticated API access keys.
OpenAPI Specification
Download the machine-readable schema for your tool calling pipeline: openapi.json or openapi.yaml.
Open Developer Portal