Adobe Creative Suite · Arazzo Workflow
Adobe Firefly Generative Expand Image
Version 1.0.0
Expand an image beyond its original boundaries with AI and poll the job to completion.
Provider
Workflows
firefly-expand-image
Submit a generative expand job and poll until it succeeds or fails.
Submits a generative expand request for a source image at a target size, polls the job status to completion, and returns the expanded output image URLs on success.
1
submitExpand
expandImageAsync
Submit the generative expand request referencing the source image by URL and the target canvas size. The API queues the job and returns a job id.
2
pollStatus
getGenerationStatus
Poll the expand job status, repeating while it is pending or running and branching once it succeeds or fails.
3
reportSuccess
getGenerationStatus
Surface the expanded output image URLs from the succeeded job.
4
reportFailure
getGenerationStatus
Surface the error details from the failed expand job.