FlowiseAI integration (AI, Developer Tools). Imported from open-connector.
{base_url}/prediction/{chatflowId}
| Param | Type | Required | Description |
|---|---|---|---|
| question | string | optional | The user message to send to the FlowiseAI chatflow. |
| form | object | optional | The form payload to send instead of question for Agentflow V2. |
| overrideConfig | object | optional | FlowiseAI runtime overrideConfig values such as variables or session identifier… |
| history | array | optional | Previous conversation messages to pass back for context. |
| humanInput | object | optional | Human feedback used to resume a stopped FlowiseAI execution. |
| chatflowId | string | required | Path parameter: chatflowId |