Sign in

Submit queue request

documented

Add a request to the queue for a top-level model endpoint.

POST /{model_id}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://fal.run/fal-ai/{{$model_name}}" \
  -X POST \
  -H "Authorization: Key {{FAL_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"prompt": "{{$prompt}}"}'