POST
/
run

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
workflow_version_id
string
required
batch_input_params
object | null

Optional dictionary of batch input parameters. Keys are input names, values are lists of inputs.

batch_number
integer | null
execution_mode
enum<string> | null
default:
async
Available options:
async,
sync,
sync_first_result
inputs
object | null
is_native_run
boolean | null
default:
false
machine_id
string | null
origin
string | null
default:
api
webhook
string | null
webhook_intermediate_status
boolean | null
default:
false

Response

200 - application/json
run_id
string
required