Skip to main content
GET
/
health
Health Check
curl --request GET \
  --url https://gateway.deepmako.com/health \
  --header 'Authorization: Bearer <token>' \
  --header 'x-wallet-address: <api-key>'
{
  "status": "ok",
  "uptime": 3600,
  "model": "mako-32b-conductor"
}

Authorizations

x-wallet-address
string
header
required

Your EVM wallet address for authentication and credit tracking.

Authorization
string
header
required

API key obtained from the gateway. Not required in free mode.

Response

200 - application/json

Health status

status
string
Example:

"ok"

uptime
number
Example:

3600

model
string
Example:

"mako-32b-conductor"