{ "opencollection": "1.0.0", "info": { "name": "Adobe Creative Suite Adobe Firefly Accessibility Image Generation API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Image Generation", "type": "folder" }, "items": [ { "info": { "name": "Adobe Creative Suite Generate Images from Text Prompt", "type": "http" }, "http": { "method": "POST", "url": "https://firefly-api.adobe.io/v3/images/generate-async", "body": { "type": "json", "data": "{}" } }, "docs": "Generates one or more images from a text prompt using the Adobe Firefly generative AI model. Supports optional style presets, content class selection, negative prompts, and seed values for reproducibility. The operation is asynchronous; use the returned job ID to poll for completion and retrieve output image URLs." }, { "info": { "name": "Adobe Creative Suite Generate Similar Images", "type": "http" }, "http": { "method": "POST", "url": "https://firefly-api.adobe.io/v3/images/generate-similar-async", "body": { "type": "json", "data": "{}" } }, "docs": "Generates images that are visually similar to a provided reference image while optionally being guided by a text prompt. Useful for producing variations of an existing image or exploring stylistic alternatives based on a visual reference." } ] } ], "bundled": true }