Skip to content

Check Gotenberg PDF conversion health

GET
/api/ip/pdf-health
curl --request GET \
--url https://example.com/api/ip/pdf-health

Check whether Gotenberg PDF conversion is enabled and healthy.

Allows operators to verify Gotenberg connectivity without generating a document. No auth required — returns only boolean status, not sensitive data.

Successful Response

Media type application/json
IPPdfHealthResponse

Gotenberg PDF conversion health status.

object
enabled
required
Enabled
boolean
healthy
Healthy
boolean
gotenberg_url
Any of:
string
Example
{
"healthy": false
}