Health Check
Same as the GET health check but returns no body. Ideal for high-frequency polling where you only need the status code.
HEAD/health
Headers
Gotenberg-Tracestring
A custom request ID to identify the request in the logs; overrides the default UUID.
Example Request
cURL
curl --request HEAD http://localhost:3000/health
Responses
- 200
- 503
The service is healthy.
The service in unhealthy.

