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>"Execute a specific custom tool by its ID or slug. The request body should contain the parameters the tool expects. Required parameters are validated before execution.
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>"Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
JWT-based authentication
The identifier of the tool to execute, either the numeric ID or the slug
Key-value object of parameters the tool expects. The required parameters and their types depend on the tool's parameter definitions.
Tool executed successfully
The output of the tool execution. The structure depends on the tool.