Bulk Email
Bulk email cleaning is a process where you can upload any .txt / .csv / .xlsx file for email cleaning. At one time the only one file can be accepted over API.
The file must be less than 15MB in size and includes a maximum of 100,000 emails.
The header of the email column inside file should be "emails" for identification of email list inside the file.
Bulk Email Clean
POST
https://api.saino.io/api/apis/email-cleaning/verify-bulk
This endpoint allows you to upload bulk email file for cleaning
Headers
Name
Type
Description
token
string
The token provided by Saino application
Request Body
Name
Type
Description
file
object
your .csv/.txt/.xlsx file in form-data format (blob format)
Examples
Last updated
Was this helpful?