Basic Information

appmixer.ai.fal.SubmitRequest

1.0.0

Public

Submit a model inference job to the fal async queue and return immediately with the request handles. Pair the optional Webhook URL with a Generation Completed trigger, or poll with Get Request Status / Get Request Result.

Input Ports

in

FieldTypeDescription
Model Endpoint Id text The fal model endpoint id, for example fal-ai/flux/schnell.
Arguments (JSON) textarea A JSON object matching the selected model's input schema.
Webhook URL text Optional. fal will POST the result to this URL once on completion. Wire it from a Generation Completed trigger's webhook URL. fal has no account-wide subscription API, so this per-request pairing is the only way to receive completions.
Queue Priority select Advanced. Maps to the X-Fal-Queue-Priority header.
Start Timeout (seconds) number Advanced. Deadline for the request to start. Maps to the X-Fal-Request-Timeout header.

Output Ports

out

FieldTypeDescription
Request Id string -
Status URL string -
Response URL string -
Cancel URL string -
Queue Position integer -

Full Metadata