GET
/
health
Check API health
curl --request GET \
  --url https://api.headlessagents.ai/health
{
  "status": "healthy"
}
Check if the API is up and running. This endpoint does not require authentication.

Endpoint

GET /health

Response

status
string
required
Will return “healthy” if the API is functioning properly
{
  "status": "healthy"
}

Response

200 - application/json

API is healthy

The response is of type object.