curl --request POST \
--url https://demo.enneo.ai/api/mind/validation/email \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"value": "user@example.com"
}
'{
"valid": true,
"reason": "Invalid email address format"
}Validates if a given email address is properly formatted and valid
curl --request POST \
--url https://demo.enneo.ai/api/mind/validation/email \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"value": "user@example.com"
}
'{
"valid": true,
"reason": "Invalid email address format"
}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 email address to validate
The email address to validate
"user@example.com"