run_batch
Run a flow in batch mode with multiple input file sets. Each input node receives an array of file URLs (uploaded via upload_file). Returns a batch_run_id to track progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | JSON object mapping input node IDs (as strings) to arrays of file URLs. Example: {"12": ["https://...url1", "https://...url2"]} | |
| flow_id | Yes | The flow to run in batch mode. |