Skip to main content

Endpoint

GET /v1/health
Returns the health status of the API and whether all models are loaded.

Request

No parameters required.

Request Example

curl http://localhost:8000/v1/health

Response

Success Response (200)

{
  "status": "healthy",
  "version": "1.0.0",
  "models_loaded": true
}

Response Fields

FieldTypeDescription
statusstring"healthy" if all models loaded, "degraded" otherwise
versionstringAPI version
models_loadedbooleanWhether all models are loaded successfully