Executes a specific OpenAPI tool using provided parameters.
POST /v3/tools/openapi/{tool_id}/execute
Executes a specific OpenAPI tool using the provided parameters.
API Key (x-api-key
) in the header.
Parameter | Type | Description |
---|---|---|
tool_id | String | The ID of the tool to execute. |
path | String | The API path to call. |
method | String | The HTTP method to use (GET, POST, etc.). |
Returns the result of the API tool execution.
The ID of the tool to execute.
The API path to call.
The HTTP method to use (GET, POST, etc.).
GET
, POST
, PUT
, DELETE
, PATCH
, OPTIONS
, HEAD
Optional body content for the API call (depending on method)
The body is of type object
.
API tool executed successfully
The response is of type object
.
Executes a specific OpenAPI tool using provided parameters.
POST /v3/tools/openapi/{tool_id}/execute
Executes a specific OpenAPI tool using the provided parameters.
API Key (x-api-key
) in the header.
Parameter | Type | Description |
---|---|---|
tool_id | String | The ID of the tool to execute. |
path | String | The API path to call. |
method | String | The HTTP method to use (GET, POST, etc.). |
Returns the result of the API tool execution.
The ID of the tool to execute.
The API path to call.
The HTTP method to use (GET, POST, etc.).
GET
, POST
, PUT
, DELETE
, PATCH
, OPTIONS
, HEAD
Optional body content for the API call (depending on method)
The body is of type object
.
API tool executed successfully
The response is of type object
.