HealthGet API service health

Get API service health

Returns a simple health response for the AIGravity/core API service.

curl -X GET "http://localhost:3000/health" \
  -H "Content-Type: application/json"
{
  "status": "ok"
}
GET
/health
GET
Request Preview
Response

Response will appear here after sending the request

Responses

API service is reachable and healthy