{ "opencollection": "1.0.0", "info": { "name": "Adobe Photoshop Actions Generative API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Generative", "type": "folder" }, "items": [ { "info": { "name": "Adobe Photoshop Fill Masked Areas with Generative AI", "type": "http" }, "http": { "method": "POST", "url": "https://image.adobe.io/v1/fill-masked-areas", "body": { "type": "json", "data": "{}" } }, "docs": "Fills masked areas of an image using generative AI. Provide a source image and one or more mask images defining the areas to fill. The API generates content to seamlessly fill the masked regions." } ] } ], "bundled": true }