Civitai · Arazzo Workflow
Civitai Presigned Blob Upload Then Generate
Version 1.0.0
Request a presigned blob upload URL, reference the blob in a workflow with webhook callbacks, and poll.
View Spec
View on GitHub
AIArtificial IntelligenceImage GenerationVideo GenerationStable DiffusionSDXLFluxLoRAModel HostingCommunityGenerative AIArazzoWorkflows
Provider
Workflows
presigned-blob-generate
Get a presigned upload URL, submit a workflow referencing it, and poll.
Requests a presigned blob upload URL, submits an imageGen workflow that references the blob id with webhook callbacks, and polls to completion.
1
requestUploadUrl
getBlobUploadUrl
Request a presigned upload URL for the declared mime type and capture the blob id the upload will populate.
2
submitWithCallback
submitWorkflow
Submit an imageGen workflow that references the presigned blob id as an input image and configures webhook callbacks for completion events.
3
pollWorkflow
getWorkflow
Poll the workflow until it reaches a terminal state, looping while still processing.
Source API Descriptions
openapi