Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This API provides endpoints for rendition of documents in different formats.

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


HTTP Method
as of product version
PurposeResponse FormatDescription

PDF Renditions

POST
as of 2.4

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

Converts synchronously 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.
POST /api/renditions/pdf?level=pdfa3

  • No labels