# `bird email tools validate-bimi`

## Usage

```bash
bird email tools validate-bimi [flags]
```

## Description

Validate a BIMI TXT record (the `v=BIMI1; l=...; a=...` string published at `default._bimi.&lt;domain>`) and get back the parsed record plus errors and warnings. Pass the record text in the `record` parameter; the tool parses it offline (no DNS lookup) and reports whether it is valid, the logo (`l`) and Verified Mark Certificate (`a`) URIs, and any problems such as a non-HTTPS URI or a missing certificate. Use this to check a BIMI record before publishing it, or to explain an existing one. Public — no authentication required.

## Examples

```bash
bird email tools validate-bimi <record>
```

## Options

| Name                | Description                                      |
| ------------------- | ------------------------------------------------ |
| `--response-schema` | Print the fields this command returns, then exit |

## Related

| Name                                                                                            | Description                                      |
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| [`bird email tools analyze-dmarc-report`](/docs/cli/reference/email-tools-analyze-dmarc-report) | Analyze a DMARC aggregate report                 |
| [`bird email tools analyze-headers`](/docs/cli/reference/email-tools-analyze-headers)           | Analyze raw email headers                        |
| [`bird email tools audit`](/docs/cli/reference/email-tools-audit)                               | Audit a domain's email authentication            |
| [`bird email tools split-dns-record`](/docs/cli/reference/email-tools-split-dns-record)         | Split a long DNS TXT value into 255-octet chunks |
| [`bird email tools validate-dmarc`](/docs/cli/reference/email-tools-validate-dmarc)             | Validate a DMARC record                          |