Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/x-www-form-urlencoded
Response
Workflow executed successfully
The response is of type any
.
Execute a workflow with the provided input data. Workflows can run in streaming or batch mode.
Execution Modes:
stream=true
): Real-time step-by-step execution updates via SSEstream=false
): Complete workflow execution with final resultWorkflow Execution Process:
Session Management: Workflows support session continuity for stateful execution across multiple runs.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Workflow executed successfully
The response is of type any
.