curl --request POST \
--url https://demo.enneo.ai/api/mind/executor/execute/{name} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"parameters": {
"method": "GET",
"api": "dev/api/health",
"params": false
}
}
'{
"success": true
}curl --request POST \
--url https://demo.enneo.ai/api/mind/executor/execute/{name} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"parameters": {
"method": "GET",
"api": "dev/api/health",
"params": false
}
}
'{
"success": true
}JWT-based authentication
The name of the executor
The parameters of the executor
{
"method": "GET",
"api": "dev/api/health",
"params": false
}Successful operation
Data format of Enneo success messages
Operation was successful
true