---
title: "Upload file for email validation"
method: POST
path: "/emailvalidation/upload"
tags: ["email-validator"]
---

# Upload file for email validation

`POST /emailvalidation/upload`

Upload file for email validation

## Response `201`

Sucess

Uploaded file was created at the server.

- EmailValidationUploadResponse
  - `list_id` integer — List Identifier
  - `total_emails` integer — Total emails found in uploaded file

## Other responses

- `400` — Bad Request ###### Produces: * missing_upload_file * invalid_mail_address_list * unsupported_file_format
- `401` — Unauthorized This API requires a valid API Key to be provided. (Use [/authentication/authorize](#/authentication/AuthenticationLogin) to obtain an API Key) Produces: * missing_authorization_key * invalid_authorization_key * account_is_inactive

---

[API](https://skmtc.net/serversmtp/apis/turbosmtp-public-apis.md) · [All operations](https://skmtc.net/serversmtp/apis/turbosmtp-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serversmtp/turbosmtp-public-apis/versions/8503e099b215/schema)
