# Create an Image Validation Test by HTML

Create an image validation test with HTML

Endpoint: POST /v1/inspect/images/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):

  - `items` (object)

  - `items.id` (string, required)

  - `items.links` (any)

  - `items.links.self` (string, required)

## Response 400 fields (application/json):

  - `message` (string, required)
    Response message

## Response 401 fields (application/json):

  - `message` (string, required)
    Response message

