Skip to main content
GET
/
v3
/
health
Health check endpoint
curl --request GET \
  --url https://api.equos.ai/v3/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"