Generates and provides a download URL for the validation results from a processed file. Returns a secure, time-limited URL to download a CSV file containing detailed validation results for all processed emails.
Complete Email Validation
Verify Validation Status
Request Download URL
Download the File
| Parameter | Type | Required | Description |
|---|---|---|---|
file_id | integer | Yes | ID of the file with validation results |
| Field | Type | Description |
|---|---|---|
download_url | string | Secure pre-signed URL for downloading the validation results file |
filename | string | Name of the generated validation results file |
file_id | string | ID of the original file that was validated |
record_count | integer | Number of validation records in the downloadable file |
format | string | File format (always “csv” for validation results) |
| Column | Description |
|---|---|
email | Original email address |
status | Overall validation result (valid/invalid/unknown) |
normalized_email | Cleaned/normalized version of the email |
is_disposable | Whether email is from disposable service |
is_role_account | Whether email is a role-based account |
type | Email type classification |
mx_records | MX records for the domain |
validation_reasons | Detailed breakdown of validation checks |
dmarc_policy | DMARC policy information |
created_date | When the validation was performed |
| Status Code | Description | Action |
|---|---|---|
400 | Invalid or missing file_id parameter | Verify the file_id value |
401 | Unauthorized access | Check your API key |
404 | File not found or not accessible | Ensure file exists and belongs to you |
409 | File not ready for download | Wait for validation to complete |
API key for authentication
The ID of the file for which to generate a download URL.
Download URL generated successfully
Secure pre-signed URL for downloading the validation results file
Name of the generated validation results file
ID of the original file that was validated
Number of validation records in the downloadable file
File format of the downloadable file
csv