Execute a tool
AI Tools
Execute a tool
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.
POST
Execute a tool
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.
Autorisierungen
JWT-based authentication
Pfadparameter
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.