fal · Arazzo Workflow
fal Webhook-Backed Submission
Version 1.0.0
Submit an inference job with a webhook callback and confirm it was accepted into the queue.
View Spec
View on GitHub
AIArtificial IntelligenceGenerative AIGenerative MediaImage GenerationVideo GenerationAudio GenerationInferenceServerlessGPUMCPArazzoWorkflows
Provider
Workflows
webhook-submission
Queue a job with a completion webhook and confirm acceptance.
Submits an inference request configured to call back a webhook on completion, confirms the IN_QUEUE acceptance, and reads the initial status so the caller has a tracking handle while awaiting the webhook.
1
submitWithWebhook
submitRequest
Submit the inference request with the fal_webhook query parameter so fal delivers a completion callback, and confirm the IN_QUEUE acceptance.
2
confirmTracking
getRequestStatus
Read the request status once to confirm the queue is tracking the job while the caller awaits the webhook callback.