{ "opencollection": "1.0.0", "info": { "name": "Adobe Creative Suite Adobe Firefly Accessibility Object Composite API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Object Composite", "type": "folder" }, "items": [ { "info": { "name": "Adobe Creative Suite Generate Object Composite", "type": "http" }, "http": { "method": "POST", "url": "https://firefly-api.adobe.io/v3/images/generate-object-composite-async", "body": { "type": "json", "data": "{}" } }, "docs": "Generates an AI-rendered object and composites it into an existing scene image. The object is described via a text prompt and is placed into the scene with appropriate lighting, shadows, and perspective to appear naturally integrated." } ] } ], "bundled": true }