Adobe Creative Suite · Arazzo Workflow
Adobe Firefly Generative Fill
Version 1.0.0
Fill a masked region of an image with AI-generated content and poll the job to completion.
Provider
Workflows
firefly-generative-fill
Submit a generative fill job and poll until it succeeds or fails.
Submits a generative fill request using a source image, a mask, and a prompt, polls the job status to completion, and returns the filled output image URLs on success.
1
submitFill
fillImageAsync
Submit the generative fill request referencing the source image and mask by URL. The API queues the job and returns a job id.
2
pollStatus
getGenerationStatus
Poll the fill job status, repeating while it is pending or running and branching once it succeeds or fails.
3
reportSuccess
getGenerationStatus
Surface the filled output image URLs from the succeeded job.
4
reportFailure
getGenerationStatus
Surface the error details from the failed fill job.