Start Tool Run Legacy
This endpoint creates a new run of the specified tool with the supplied inputs. It returns the tool run UID, which can be used to check the status and retrieve the outputs of the run.
Inputs are specified as a dictionary where the keys are the titles of the input blocks and the values are the user inputs.
POST
/
v1beta
/
tool
/
start-run
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The request body used to start a tool run (legacy body).
tool_uid
string
requiredinputs
object
requiredResponse
200 - application/json
The response body returned after starting a tool run.
tool_run_uid
string
requiredThe unique identifier of the tool run