Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The id for the user initiating the flow.
The id for the saved flow.
(Optional) The id of the project within which the flow is executed.
A list of inputs for the flow, each containing key-value pairs representing the Input nodes and values that should go into them. The following argument names are reserved for internal use and should not be used as pipeline input names: api_key
, saved_item_id
, user_id
, project_id
, openai_token
, action_id
, reuse_action
, trigger_id
, pipeline_inputs
.