cURL
curl --request GET \ --url https://api.headlessagents.ai/health
{ "status": "healthy" }
Simple endpoint to check if the API is up and running. No authentication required.
GET /health
API is healthy
The response is of type object.
object