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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Optional dictionary of batch input parameters. Keys are input names, values are lists of inputs.
Available options:
async
, sync
, sync_first_result
Was this page helpful?