Bulk Upload
Perform a bulk email validation request via API.
GET
Perform bulk email validation
The bulk upload endpoint allows you to validate large email lists.
Only one bulk validation job can run at a time per account.
Only one bulk validation job can run at a time per account.
- After uploading a file, validation starts automatically.
- If a job is already running, any new upload will be queued and processed afterward.
File Hosting Requirements
To use this endpoint, you must:
- Upload the file to your own server
- Provide the public HTTPS URL to the file
- Ensure the URL ends with
.csvor.txt
File Requirements
Your uploaded file must meet these conditions:- File size less than 20MB
- Maximum 200,000 emails per list
- File type:
.csvor.txt - One email per line
If your list exceeds the limit, split it into multiple files and upload them one by one.
Authorizations
API key for authentication
Query Parameters
Your DeBounce API key
URL of your .csv or .txt email list, starting with https and uploaded in your server.
Perform bulk email validation

