Health Check
Public Om API health and version check.
GET
/v2/healthHealth Check
Lightweight unauthenticated route for smoke checks and version visibility.
cURL
curl https://api.omtx.ai/v2/healthResponse
{
"status": "ok",
"version": "2.0.0",
"architecture": "clean"
}- This route does not require `x-api-key`.
- Use it for uptime checks and quick smoke tests.