{ "opencollection": "1.0.0", "info": { "name": "Adobe Photoshop Actions Background Removal API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Background Removal", "type": "folder" }, "items": [ { "info": { "name": "Adobe Photoshop Remove Background from an Image", "type": "http" }, "http": { "method": "POST", "url": "https://image.adobe.io/v2/remove-background", "body": { "type": "json", "data": "{}" } }, "docs": "Removes the background from an image using AI-powered subject detection. Supports cutout mode (transparent background) and mask mode (grayscale mask output). Can optionally apply a background color, trim whitespace, and perform color decontamination." } ] } ], "bundled": true }