Skip to main content
POST
Start Tool Run

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null

Body

application/json

The request body used to start a tool run.

tool_uid
string
required

The unique identifier of the tool to run

inputs
ToolRunInput · object[]
required

The inputs to the tool

Response

Successful Response

The response body returned after starting a tool run.

tool_run_uid
string
required

The unique identifier of the tool run