Thanks to visit codestin.com
Credit goes to gotenberg.dev

Skip to main content

Version

Returns the version of the running Gotenberg instance. Useful for verifying deployments.

Custom variants may not print strict semver. For instance, the live demo prints {semver}-live-demo-snapshot.

Basics

GET/version
Headers
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 Gotenberg version.
Content-Type: text/plain; charset=UTF-8
Gotenberg-Trace: {trace}
Body:

{semver}

What's Next?

Inspect a request with Debug, or wire up tracing with Telemetry.