Skip to main content
Version: 10.0

OpenAPI

webPDF describes its REST API via the OpenAPI specification of the OpenAPI Initiative in version 3.

The webPDF REST API is available on the server as SwaggerUI at http://PORTAL_URL/webPDF/help/restful/.

As JSON or YAML syntax, the specification for the webPDF REST API is available at

http://PORTAL_URL/webPDF/rest/openapi.json

or

http://PORTAL_URL/webPDF/rest/openapi.yaml

With the OpenAPI specification for the webPDF REST API, integration into different programming languages can be easily done using the OpenAPI Generator or the online "Swagger Editor". The OpenAPI Generator creates the appropriate "wrappers" from the specification for different programming languages or frameworks to call the endpoints of the webPDF REST API.