{ "opencollection": "1.0.0", "info": { "name": "Adobe Creative Suite Adobe Firefly Accessibility Generative Expand API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Generative Expand", "type": "folder" }, "items": [ { "info": { "name": "Adobe Creative Suite Generative Expand Image", "type": "http" }, "http": { "method": "POST", "url": "https://firefly-api.adobe.io/v3/images/expand-async", "body": { "type": "json", "data": "{}" } }, "docs": "Expands an existing image beyond its original boundaries using generative AI to fill in the new regions. The expansion can be directional and supports specifying a prompt to guide the content generated in the expanded areas." } ] } ], "bundled": true }