Generates and provides a download URL for the cleaned email list from a processed file. Returns a secure, time-limited URL to download a CSV file containing only valid emails.
Complete Email Cleaning
Verify Cleaning Status
Request Download URL
Download the File
| Parameter | Type | Required | Description |
|---|---|---|---|
file_id | integer | Yes | ID of the file with cleaned emails |
| Field | Type | Description |
|---|---|---|
download_url | string | Secure pre-signed URL for downloading the cleaned email file |
filename | string | Name of the generated clean email file |
file_id | string | ID of the original file that was cleaned |
record_count | integer | Number of clean emails in the downloadable file |
format | string | File format (always “csv” for clean email lists) |
| 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 cleaning 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 cleaned email file
Name of the generated clean email file
ID of the original file that was cleaned
Number of clean emails in the downloadable file
File format of the downloadable file
csv