Health Check

Public Om API health and version check.

GET/v2/health

Health Check

Lightweight unauthenticated route for smoke checks and version visibility.

cURL
curl https://api.omtx.ai/v2/health
Response
{
  "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.