Rendition services endpoints

→ "Try it out - API Component "MultiView"
→ check GitHub Python calls | Java Script calls | Java calls | Postman collection
→ Read about "What are Rendition Requests?"


GET PDF rendition
(specified version)
... generates and returns a PDF rendition of the content version matching the versionNr of the document (object) that matches the objectId parameter.
.../dms-view/objects/{objectId}/versions/{versionNr}/contents/renditions/pdf
Python call | Java Script call | Java call
GET Text rendition
(specified version)
... generates and returns a text rendition of the content version matching the versionNr parameter of the document (object) that matches the objectId parameter.
.../dms-view/objects/{objectId}/versions/{versionNr}/contents/renditions/text
.../dms-view/objects/{objectId}/versions/{versionNr}/contents/renditions/pdf
Python call | Java Script call | Java call
GET Image rendition
(specified version)
... generates and returns a PNG file of the content's first page of version matching the versionNr of the document (object) that matches the objectId parameter. This PNG file is a small preview with the maximum dimensions 256x256.
.../dms-view/objects/{objectId}/versions/{versionNr}/contents/renditions/slide
Python call | Java Script call | Java call
GET Image rendition ... generates and returns a PNG file of the content's first page of the document (object) that matches the objectId parameter. This PNG file is a small preview with the maximum dimensions 256x256.
.../dms-view/objects/{objectId}/contents/renditions/slide
Python call | Java Script call | Java call
GET Extraction rendition ... extracts and returns all metadata from the document (object) that matches the objectId parameter.
.../dms-view/objects/{objectId}/contents/renditions/extract
Python call | Java Script call
GET Text rendition ... generates and returns a text rendition of the content of the document (object) that matches the objectId parameter.
.../dms-view/objects/{objectId}/contents/renditions/text
Python call | Java Script call | Java call
GET PDF rendition ... generates and returns a PDF rendition of the content of the document (object) that matches the objectId parameter.
.../dms-view/objects/{objectId}/contents/renditions/pdf
Python call | Java Script call | Java call