# Create an Image Validation Test

Create an image validation test.

Endpoint: POST /v1/inspect/images
Version: 1.0.0
Security: basicAuth

## Request fields (application/json):

  - `links` (array)

## 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


