Skip to main content
POST
/
tools
/
{identifier}
/
run
Execute a tool
curl --request POST \
  --url https://demo.enneo.ai/api/mind/tools/{identifier}/run \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "contractId": 7115214
}
'
"<unknown>"

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

identifier
required

The identifier of the tool to execute, either the numeric ID or the slug

Body

application/json

Key-value object of parameters the tool expects. The required parameters and their types depend on the tool's parameter definitions.

Response

Tool executed successfully

The output of the tool execution. The structure depends on the tool.