{ "opencollection": "1.0.0", "info": { "name": "Adobe Lightroom API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Auto-straighten", "type": "http" }, "http": { "method": "POST", "url": "https://image.adobe.io/lrService/autoStraighten", "body": { "type": "json", "data": "{}" } }, "docs": "Auto-straighten an image by applying the Auto Upright transformation." }, { "info": { "name": "Auto-tone", "type": "http" }, "http": { "method": "POST", "url": "https://image.adobe.io/lrService/autoTone", "body": { "type": "json", "data": "{}" } }, "docs": "Automatically correct exposure, contrast, sharpness, and saturation on an image." }, { "info": { "name": "Apply Lightroom edits", "type": "http" }, "http": { "method": "POST", "url": "https://image.adobe.io/lrService/edit", "body": { "type": "json", "data": "{}" } }, "docs": "Apply one or more Lightroom edits (exposure, contrast, sharpness, saturation) to an image." }, { "info": { "name": "Apply Lightroom presets", "type": "http" }, "http": { "method": "POST", "url": "https://image.adobe.io/lrService/presets", "body": { "type": "json", "data": "{}" } }, "docs": "Apply one or more XMP Lightroom presets to the given image, by using the given preset XMP file(s)." }, { "info": { "name": "Add XMP to image", "type": "http" }, "http": { "method": "POST", "url": "https://image.adobe.io/lrService/xmp", "body": { "type": "json", "data": "{}" } }, "docs": "Apply XMP-based Lightroom preset to an image. XMP content is passed inline to the API." }, { "info": { "name": "Get status", "type": "http" }, "http": { "method": "GET", "url": "https://image.adobe.io/lrService/status/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "Identifier of the job to get status for." } ] }, "docs": "Get job status of a Lightroom job." } ], "bundled": true }