Start Tool Run
Tools
Start Tool Run
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 list of dictionaries each containing the title of the input block and the input.
POST
Start Tool Run
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
application/json
Response
Successful Response
The response body returned after starting a tool run.
The unique identifier of the tool run