Check Gotenberg PDF conversion health
GET
/api/ip/pdf-health
const url = 'https://example.com/api/ip/pdf-health';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/ip/pdf-healthCheck 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.
Responses
Section titled “ Responses ”Successful Response
Media type application/json