Trigger a workflow run by its unique ID.
curl --request POST \ --url https://{api-address}.org.machina.gg/workflow/executor/id/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-token: <api-key>' \ --data '{ "skip_delay": false, "input": {}, "context": {} }'
{ "status": 123, "data": {} }
API key authentication
Unique ID of the workflow to execute
Workflow execution result or status
The response is of type object.
object