cURL
curl --request POST \ --url https://api.example.com/workflow-executions \ --header 'Content-Type: application/json' \ --cookie fastapiusersauth= \ --data ' { "workflow_id": "<string>", "inputs": "<unknown>" } '
{ "message": "<string>", "wf_id": "<string>", "wf_exec_id": "<string>", "payload": "<unknown>" }
Create and schedule a workflow execution.
Successful Response
Was this page helpful?