Dedupe check
Try it interactively →POST /api/image-dedupe-checkCheck if two images are duplicates or near-duplicates. Compares perceptual hashes; tolerant of small differences (compression artefacts, slight resizing, watermarks).
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| imageA* | file | — | First image bytes. |
| imageB* | file | — | Second image bytes. |
| threshold | number (0…64) | 5 | Distance below this counts as duplicate. |
Response
Modes: json. Cache: yes (24h TTL).