VirtuousAI
Reference

Health

Readiness

GET
/api/health

Header Parameters

authorization?|
X-API-Key?|
vai_token?|

Response Body

application/json

application/json

curl -X GET "https://loading/api/health"
{
  "db": "ok",
  "dependencies": {
    "property1": {
      "error": "string",
      "status": "ok"
    },
    "property2": {
      "error": "string",
      "status": "ok"
    }
  },
  "s3": "ok",
  "status": "ok"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

Liveness

GET
/health

Response Body

application/json

curl -X GET "https://loading/health"
{
  "status": "ok"
}