Adobe Creative Suite · Arazzo Workflow
Adobe Firefly Generate Similar Images
Version 1.0.0
Generate variations similar to a reference image and poll the async job to completion.
Provider
Workflows
firefly-generate-similar
Submit a generate-similar job and poll until it succeeds or fails.
Submits a request to generate images similar to a reference image, polls the job status to completion, and returns the variation output image URLs on success.
1
submitSimilar
generateSimilarImagesAsync
Submit the generate-similar request referencing the reference image by URL. The API queues the job and returns a job id.
2
pollStatus
getGenerationStatus
Poll the generate-similar job status, repeating while it is pending or running and branching once it succeeds or fails.
3
reportSuccess
getGenerationStatus
Surface the variation output image URLs from the succeeded job.
4
reportFailure
getGenerationStatus
Surface the error details from the failed generate-similar job.