Civitai · Arazzo Workflow
Civitai Image Generation Submit and Poll
Version 1.0.0
Submit an image generation workflow, poll until it finishes, and collect the output blobs.
View Spec
View on GitHub
AIArtificial IntelligenceImage GenerationVideo GenerationStable DiffusionSDXLFluxLoRAModel HostingCommunityGenerative AIArazzoWorkflows
Provider
Workflows
image-generation-poll
Submit an imageGen workflow, poll to completion, and read the outputs.
Submits a text-to-image workflow step, polls the workflow until it succeeds or fails, then reads the final workflow for output blob URLs.
1
submitGeneration
submitWorkflow
Submit a single imageGen step with the supplied prompt and engine and capture the new workflow id.
2
pollWorkflow
getWorkflow
Poll the workflow until it reaches a terminal state. While the workflow is still processing, loop back and poll again; on success continue to read the outputs.
3
readOutputs
getWorkflow
Read the completed workflow and collect the generated output blob URLs from the first step's first job.
Source API Descriptions
openapi