Skip to main content

Version

Retrieves the build version and package details of the running Gotenberg instance.

This route returns a JSON object containing the specific version tag (e.g., 8.0.0) and the package name. It is useful for verifying deployments or logging environment details.

info

Custom variants of Gotenberg may not print a strict semver version.

For instance, the live demo prints {semver}-live-demo-snapshot.

GET/version
Gotenberg-Tracestring
A custom request ID to identify the request in the logs; overrides the default UUID.
cURL
curl --request GET http://localhost:3000/version
The service is healthy.
Content-Type: text/plain; charset=UTF-8
Gotenberg-Trace: {trace}
Body:

{semver}