generate
Queue AI model generation requests to fal.ai and immediately get a request_id for tracking results.
Instructions
Submit a generation request to a fal.ai model. This queues the request and returns immediately with a request_id for tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The model application ID (e.g., 'fal-ai/flux/dev') | |
| input_data | Yes | Dictionary of input parameters for the model (model-specific) | |
| webhook_url | No | Optional webhook URL for result notification | |
| output_format | No | Output format (default: 'json') | json |