For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ping

Health check

get
Responses
200

Service is running

application/json
statusstring · enumRequiredPossible values:
messagestringOptionalExample: enclave-api is on
get/ping
GET /ping HTTP/1.1
Host: api.hinkal.io
Accept: */*
200

Service is running

{
  "status": "success",
  "message": "enclave-api is on"
}

Last updated