predict_flow
Predict the output of a flow by providing input values and optional parameter overrides.
Instructions
Legacy predict endpoint for backward compatibility. Predicts flow output with inputs and optional tweaks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | No | Input values for the flow | |
| tweaks | No | Component-specific parameter overrides | |
| flow_id | Yes | Flow ID (UUID) to predict |