dokkaiv0.1.0
API Reference

Health check

Liveness probe. Public — no token required.

GET/public

Returns a small JSON object confirming the service is online. Used by the CLI and Docker healthchecks.

Responses

200Service is online
json
{
  "status": "online"
}