GET
/
api
/
v1
/
tool
/
run
/
{tool_uuid}
curl --request GET \
  --url https://api.convictionai.io/api/v1/tool/run/{tool_uuid} \
  --header 'X-API-KEY: <api-key>'
"<any>"

Authorizations

X-API-KEY
string
header
required

Path Parameters

tool_uuid
string
required

UUID of the tool

Response

200
application/json
Tool was run successfully.

The response is of type any.