Adobe Creative Suite · Arazzo Workflow
Adobe Firefly Text-to-Video Generation
Version 1.0.0
Submit a text-to-video Firefly job, poll until it finishes, and return the generated video URLs.
Provider
Workflows
firefly-text-to-video
Generate a video from a text prompt and poll the async job to completion.
Submits a text-to-video generation request to Adobe Firefly, polls the job status until it succeeds or fails, and returns the generated output URLs on success.
1
submitVideo
generateVideoAsync
Submit the text-to-video generation request. The API accepts the job and returns a job id used for polling.
2
pollStatus
getGenerationStatus
Poll the video generation job status, repeating while it is pending or running and branching once it succeeds or fails. Video jobs may take several minutes, so polling uses a longer total budget.
3
reportSuccess
getGenerationStatus
Surface the generated video output URLs from the succeeded job.
4
reportFailure
getGenerationStatus
Surface the error details from the failed video generation job.