Trigger a workflow run
Trigger a workflow run
Starts a new run of the workflow with the provided input. Runs are asynchronous; poll the run to track completion.
POST
Trigger a workflow run
Authorizations
The Client ID of your API key.
The secret value of your API key.
Path Parameters
The workflow id.
Body
application/json
The input payload the workflow expects.
Response
The created run.