Path: blob/master/Abstract API/Abstract_API_Check_Email_Validation.ipynb
2973 views
Kernel: Python 3
Abstract API - Check Email Validation
Tags: #abstractapi #email #validation #api #check #tester
Author: Florent Ravenel
Last update: 2023-04-12 (Created: 2023-02-23)
Description: This notebook will demonstrate how to use Abstract API to check if an email is valid.
References:
Input
Import libraries
In [ ]:
Setup Variables
api_key
: Get your API keyemail
: Email to be validated
In [ ]:
Model
Validate Email
Validate an email address using Abstract API's Email Validation API.
In [ ]:
Output
Display result
In [7]: