beatra

Health API

Available: lightweight service health diagnostics.

Status: Available — GET /v1/health.

Use this endpoint for lightweight client-side diagnostics and integration monitoring. Readiness and liveness probes exist for infrastructure but aren't part of the public API.

Endpoint

GET https://api.beatra.ai/v1/health

Example

curl https://api.beatra.ai/v1/health
{
  "status": "ok"
}

A 200 OK with status: "ok" means the API is accepting requests. Anything else — connection error or non-2xx — should be treated as degraded service for monitoring purposes.

Operation page

On this page