Rendition Endpoints

These endpoints provide document renditions in different formats.

These rendition endpoints are offered in a separate API as an extra service and are available only on request. This API is not yet included in yuuvis® Momentum installations.

For testing of the endpoints, a Postman Collection is provided. Download the JSON configuration file and import it in Postman. Add an environment defining the variables host, username, password and tenant.
>> Download Postman Collection JSON

HTTP Method
as of product version
PurposeResponse FormatDescription

PDF renditions

POST
as of 2020 Winter

Convert one e-mail into the format PDF/A-3PDF/A-3

Synchronously converts all convertible parts of an e-mail including its first order attachments into the format PDF/A-3. The original e-mail itself will be included as a PDF attachment as well.
Requires an e-mail object. A successful POST returns the HTTP status code 200 together with the PDF/A-3 document in the body.
/api/renditions/pdf?level=pdfa3