> For the complete documentation index, see [llms.txt](https://help.murlist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.murlist.com/api-documentations/email-validation-api.md).

# Email Validation API

Endpoint:

```
https://api.murlist.com/validate
```

Required data:

In the request body, include data as follows:

```
{
    "email": "example@testemail.com"
}
```

#### Understanding the required data:

`email:` The email you wish to validate.
