Submit queue request (subpath)
documentedAdd a request to the queue for a model subpath.
POST /{model_id}/{subpath}Modelsno implementation yet0 runsNo 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://fal.run/{{$model_id}}/{{$subpath}}" \
-X POST \
-H "Authorization: Key {{FAL_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"prompt": "{{$prompt}}", "width": {{$width}}, "height": {{$height}}, "seed": {{$seed}}, "steps": {{$steps}}, "negative_prompt": "{{$negative_prompt}}"}'