Adobe Creative Suite · Arazzo Workflow
Adobe Firefly Object Composite
Version 1.0.0
Composite an AI-generated object into a scene image and poll the async job to completion.
Provider
Workflows
firefly-object-composite
Submit an object composite job and poll until it succeeds or fails.
Submits an object composite request using a scene image, a mask, and a prompt describing the object, polls the job status to completion, and returns the composited output image URLs on success.
1
submitComposite
generateObjectCompositeAsync
Submit the object composite request referencing the scene image and mask by URL. The API queues the job and returns a job id.
2
pollStatus
getGenerationStatus
Poll the object composite job status, repeating while it is pending or running and branching once it succeeds or fails.
3
reportSuccess
getGenerationStatus
Surface the composited output image URLs from the succeeded job.
4
reportFailure
getGenerationStatus
Surface the error details from the failed object composite job.