Create a new workflow run
Create a new workflow run with the given parameters. This function sets up the run and initiates the execution process. For callback information, see Callbacks.
POST
/
run
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Available options:
async
, sync
, sync_first_result
Optional dictionary of batch input parameters. Keys are input names, values are lists of inputs.
Was this page helpful?