Renditions REST Endpoints

Renditions
The resources used to preview digital asset renditions and native files (includes Custom and Multi Lingual digital assets).
Preview a specific rendition of the digital asset
Method: get
Path: /content/preview/api/v1.1/assets/{id}/{rendition}
Preview a specific rendition of the digital asset using filename
Method: get
Path: /content/preview/api/v1.1/assets/{id}/{rendition}/{filename}
Preview digital asset's native file
Method: get
Path: /content/preview/api/v1.1/assets/{id}/native
Preview digital asset's native file using filename
Method: get
Path: /content/preview/api/v1.1/assets/{id}/native/{filename}