curl --request POST \
--url https://demo.enneo.ai/api/mind/aiAgent/outcome \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ticket": {
"id": 8,
"contractId": "715559"
}
}
'{
"success": true,
"eventId": 1234
}curl --request POST \
--url https://demo.enneo.ai/api/mind/aiAgent/outcome \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ticket": {
"id": 8,
"contractId": "715559"
}
}
'{
"success": true,
"eventId": 1234
}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 new updated AI agent
Show child attributes