# Sanitize Email API Docs ## Docs - [Analyze Email List](https://docs.sanitizeemail.com/api-reference/endpoint/analyze_list.md): Analyze an uploaded email list to get a close estimate of the bounce rate. This analysis provides a nearly accurate result without requiring any credits, making it a free way to gauge list quality before committing to a full cleaning. - [Clean Email List](https://docs.sanitizeemail.com/api-reference/endpoint/clean_list.md): Process and clean an uploaded email list file with comprehensive validation options - [View Clean List Results](https://docs.sanitizeemail.com/api-reference/endpoint/clean_list_result.md): This endpoint retrieves the results of a cleaned email list, showing all valid emails that passed the validation process. Use this to access the clean emails after the cleaning job is completed. - [Download Clean List](https://docs.sanitizeemail.com/api-reference/endpoint/download_clean_list.md): 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. - [Download Validation Results](https://docs.sanitizeemail.com/api-reference/endpoint/download_validated_list.md): 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. - [Upload CSV or XLSX](https://docs.sanitizeemail.com/api-reference/endpoint/file_upload.md): Upload CSV or XLSX files for bulk email validation with automatic email column detection - [Validate Emails](https://docs.sanitizeemail.com/api-reference/endpoint/validate_emails.md): Validate one or more email addresses for syntax, domain, deliverability, and SMTP checks - [View Validation Results](https://docs.sanitizeemail.com/api-reference/endpoint/validation_result.md): Retrieves a paginated list of detailed validation results for a file that has been processed. This endpoint should be used after a file's status is 'validated'. - [List Uploaded Files](https://docs.sanitizeemail.com/api-reference/endpoint/view_all_files.md): Retrieve a paginated list of uploaded files with optional filtering by file tag - [View File Details](https://docs.sanitizeemail.com/api-reference/endpoint/view_file.md): Retrieve details of a previously uploaded file including processing status, statistics, and metadata - [Introduction](https://docs.sanitizeemail.com/api-reference/introduction.md): Sanitize-Email API Documentation - Powerful email validation and management tool - [Introduction](https://docs.sanitizeemail.com/index.md): Powerful email validation and management API for developers and businesses - [Quickstart Guide](https://docs.sanitizeemail.com/quickstart.md): Start validating emails with Sanitize-Email API in under 5 minutes ## OpenAPI Specs - [openapi](https://docs.sanitizeemail.com/api-reference/openapi.json)