Skip to main content
GET
/
v1
/
health
Health check endpoint
curl --request GET \
  --url https://api.equos.ai/v1/health
{
  "status": "ok",
  "version": "1.0.0"
}

Response

200 - application/json

The API is ok.

status
string
required
Example:

"ok"

version
string
required
Example:

"1.0.0"

I