API documentation
View as Markdown

System API

Health check

Returns the worker health status. This is the only public endpoint and does not require authentication.

GET/health

Authentication

No authentication required.

Response

{
  "status": "ok"
}

cURL example

curl -X GET https://api.demarky.ai/health