Skip to main content
POST
Execute a tool

Authorizations

X-API-KEY
string
header
required

Headers

X-End-User-ID
string | null

Path Parameters

tool_id
string
required

The unique identifier or name of the tool to execute.

Body

application/json
inputs
Inputs · object
required

A dictionary of inputs for the tool, matching its input_schema.

Response

Successful Response

execution_id
string
required

The unique identifier for this tool execution instance.

status
string
required

The current status of the execution.

tool_id
string<uuid>
required

The ID of the tool being executed.

details_url
string
required

The URL to poll for the final execution result.

stream_url
string
required

The URL to stream real-time events for this execution.