Skip to main content

Health Check

Performs the same checks as the GET route but returns no response body.

This endpoint is optimized for high-frequency health checks where parsing the JSON body is unnecessary. It returns a 200 OK status if the system is healthy, or an error status code otherwise.

HEAD/health
Gotenberg-Tracestring
A custom request ID to identify the request in the logs; overrides the default UUID.
cURL
curl --request HEAD http://localhost:3000/health
The service is healthy.