Workflow Execution
Execute Workflow
Execute workflow. Cannot be executed without a published workflow.
POST
Authorizations
API Key authentication.
Body
application/json
Response
200
application/json
Successful workflow execution. Structure depends on response_mode
.
blocking
:application/json
withWorkflowCompletionResponse
.streaming
:text/event-stream
withChunkWorkflowEvent
stream.
Response for blocking mode workflow execution.