{ "opencollection": "1.0.0", "info": { "name": "Adobe Lightroom Lightroom Albums Album Assets Renditions API", "version": "2" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://ims-na1.adobelogin.com/ims/authorize/v2", "accessTokenUrl": "https://ims-na1.adobelogin.com/ims/token/v3", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Renditions", "type": "folder" }, "items": [ { "info": { "name": "Adobe Lightroom Get an Asset Rendition", "type": "http" }, "http": { "method": "GET", "url": "https://lr.adobe.io/v2/catalogs/:catalog_id/assets/:asset_id/renditions/:rendition_type", "headers": [ { "name": "X-Api-Key", "value": "" } ], "params": [ { "name": "catalog_id", "value": "", "type": "path", "description": "Unique identifier of the Lightroom catalog" }, { "name": "asset_id", "value": "", "type": "path", "description": "Unique identifier of the asset (UUID format)" }, { "name": "rendition_type", "value": "thumbnail2x", "type": "path", "description": "Rendition size type. thumbnail2x is a small thumbnail, numeric values indicate the longest edge in pixels, and fullsize is the maximum resolution available." } ] }, "docs": "Retrieves a server-generated rendition of the asset at the specified size. Renditions are JPEG preview images generated from the master file with current develop settings applied." } ] } ], "bundled": true }