# Create a Link Validation Test from an html input Create a link validation test from an HTML input. Endpoint: POST /v1/inspect/links/html-validate Version: 1.0.0 Security: basicAuth ## Request fields (application/json): - `html` (string) - `url` (string) - `mime` (string) - `transfer_encoding` (string) - `charset` (string) ## Response 200 fields (application/json): - `meta` (object,null) - `items` (object) - `items.id` (string, required) - `items.links` (any) ## Response 400 fields (application/json): - `message` (string, required) Response message ## Response 401 fields (application/json): - `message` (string, required) Response message