Sign in

Submit queued request with webhook

documented

Submit a queued request that delivers results to a webhook URL.

POST /{model_id}?fal_webhook={webhook_url}Modelsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://queue.fal.run/{{$model_id}}?fal_webhook={{$webhook_url}}" \
  -X POST \
  -H "Authorization: Key {{FAL_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"prompt": "{{$prompt}}"}'
Submit queued request with webhook · Fal · OpenIntegrations