Authorizations
Response
Example:
Load all the enneo default AI agents, e.g. for meter reading, bank data, etc., and saves them in the client DB. If the client is configured to not use enneo’s default AI agents, then nothing is written.
curl --request POST \
--url https://demo.enneo.ai/api/mind/aiAgents/loadDefaults \
--header 'Authorization: Bearer <token>'{
"success": true
}curl --request POST \
--url https://demo.enneo.ai/api/mind/aiAgents/loadDefaults \
--header 'Authorization: Bearer <token>'{
"success": true
}