{ "opencollection": "1.0.0", "info": { "name": "Adobe Creative Suite Adobe Firefly Accessibility Mask API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Mask", "type": "folder" }, "items": [ { "info": { "name": "Adobe Creative Suite Create Alpha Mask", "type": "http" }, "http": { "method": "POST", "url": "https://firefly-api.adobe.io/v3/sensei/mask", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an alpha mask for an image using Adobe Sensei AI. The mask isolates the foreground subject from the background and is returned as a separate grayscale image that can be applied as a layer mask in compositing workflows." } ] } ], "bundled": true }