> For the complete documentation index, see [llms.txt](https://vinay-chaudhary.gitbook.io/email-validation-api-v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vinay-chaudhary.gitbook.io/email-validation-api-v1/reference/api-reference.md).

# API Reference

Easily Integrate the EML-v1 API with Your Project

#### Example Response:

```json
{
  "status": "success",
  "data": {
    "email_address": "test@mail7.io",
    "domain": "mail7.io",
    "valid_syntax": true,
    "disposable": true,
    "webmail": false,
    "deliverable": true,
    "catch_all": true,
    "gibberish": false,
    "spam": false
  }
}
```

{% content-ref url="/pages/efMMvjXimTkZ8pujxder" %}
[Get Started](/email-validation-api-v1/reference/api-reference/get-started.md)
{% endcontent-ref %}
