AMALYTIX
Free seller tool

Label AI-generated people in your Amazon images Add the contains-synthetic-performer keyword Amazon requires to your images, right here in your browser

Amazon now asks selling partners to tag product images and A+ media that show an AI-generated person before uploading them. This page checks whether your images already carry the required keyword and, if not, writes the exact XMP metadata Amazon specifies. Everything runs locally: your images never leave your computer.

Based on Amazon’s Seller Central help page “Update media metadata for AI-generated humans” (login required) and New York’s synthetic performer disclosure law, in effect since June 9, 2026. Up to 20 images per batch, JPEG and PNG.

1Check & tag your images

Drop up to 20 images below. Each file is checked immediately: we read its XMP metadata and show whether the keyword is already there. Then, on request, the tag is added losslessly: pixels are untouched, only the metadata block changes, so there is no re-compression and no quality loss. Existing keywords are preserved.

Interactive tool · runs 100% locally

Synthetic Performer Tagger

JPEG & PNG · max. 20 files · nothing is uploaded, all processing happens in your browser

🖼️
Drop images here, or click to choose
JPEG or PNG · up to 20 files · original filenames are kept for the download
The download keeps the original filenames (important if you name files like B0XXXXXXXX.MAIN.jpg). Files that already carry the tag are included in the ZIP unchanged. Tagging is idempotent: running it twice never adds the keyword twice.

2What Amazon requires

To comply with jurisdictions that require the disclosure of synthetic humans in product media (most prominently New York’s AI advertising disclosure law), Amazon requires sellers to label affected media before upload. The requirement is precise:

The exact rule

If your media contains an AI-generated person, add the keyword contains-synthetic-performer to the XMP field dc:subject. Specifically, the string must appear as an rdf:li entry inside the dc:subject rdf:Bag of the file’s XMP metadata.

With the command-line tool ExifTool this is a one-liner. The tool on this page produces the same result, without installing anything:

exiftool -XMP-dc:Subject+=contains-synthetic-performer image.jpg

Amazon states it will add an indicator on the product detail page informing shoppers about AI-generated people where applicable. The tag itself is invisible to shoppers browsing your images; it lives in the file’s metadata.

3Verify the result & fine print

Don’t trust, verify. After downloading, you can confirm the tag with ExifTool:

exiftool -G1 -XMP-dc:Subject your-image.jpg
# [XMP-dc]  Subject : contains-synthetic-performer

On macOS you can also select the file in Finder, press ⌘I and check More info, or use Preview’s inspector; on Windows, right-click → Properties → Details (shown as “Tags”).

Notes