ImageModerationRequest

Product image references to inspect. catalogueId selects the catalogue; a client or product category identifier is not accepted.

  • catalogueId
    Type: string Format: uuid
    required

    Catalogue to use. It must belong to the client authenticated by x-client-key and be enabled, ready, and Merchant API-capable.

  • images
    Type: array string[] · Images 1…6
    min length:  
    1
    max length:  
    2048
    required
Examples
{
  "catalogueId": "550e8400-e29b-41d4-a716-446655440000",
  "images": [
    "https://images.example.com/products/shoe-front.webp"
  ]
}