Zum Hauptinhalt springen
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>"

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

identifier
erforderlich

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.

Antwort

Tool executed successfully

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