cURL
curl --request GET \ --url https://aquilax.ai/api/v2/health \ --header 'X-AX-KEY: <api-key>'
{ "ID": "95148e14be674e067be644de814de36c", "hostname": "localhost", "status": "ok", "timestamp": 1741492261, "version": 2 }
Check if the API is running
Service is healthy
Schema for health check response.
random generated request id
"95148e14be674e067be644de814de36c"
Hostname of the server
"localhost"
ok only if the API Services is healthy
ok
"ok"
unix timestamp of the request
1741492261
API Version
2