Adobe Creative Suite · Arazzo Workflow
Adobe Firefly Text-to-Image Generation
Version 1.0.0
Submit a text-to-image Firefly job, poll until it finishes, and return the generated image URLs.
Provider
Workflows
firefly-text-to-image
Generate images from a text prompt and poll the async job to completion.
Submits a text-to-image generation request to Adobe Firefly, polls the job status until it succeeds or fails, and returns the generated output image URLs on success.
1
submitGeneration
generateImagesAsync
Submit the text-to-image generation request. The API accepts the job and returns a job id used for polling.
2
pollStatus
getGenerationStatus
Poll the generation job status. Repeats until the job leaves the pending or running state, then branches on success or failure.
3
reportSuccess
getGenerationStatus
Surface the generated output images from the succeeded job.
4
reportFailure
getGenerationStatus
Surface the error details from the failed generation job.