Skip to main content
Check that the API server is running and can connect to the database.

Request

GET /health
This endpoint does not require authentication.

Response

{
  "status": "ok",
  "service": "memory-runtime",
  "version": "0.1.0",
  "checks": {
    "postgres": true
  }
}
FieldDescription
statusok if the service is healthy
checks.postgrestrue if the database connection is alive

Example

curl https://api.9dlabs.xyz/health