Skip to content

Trash E-Mail Identifier


Identifies an E-Mail address if its a Trash mail or a legit e-mail address using AI


GET/api/email/trash-mail-identifier
Terminal window
https://api.cookie-api.com/api/email/trash-mail-identifier


URL Parameters
emailemail address to be checked
security-levelhigh/medium/low

curl --location 'https://api.cookie-api.com/api/email/trash-mail-identifier?email=example%40example.com&security-level=high' \
--header 'Authorization: API_Key'

Responses
{
"is_trash_mail": "False",
"requested-email": "[email protected]",
"requested_securitylevel": "high",
"success": true
}