API documentation
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