Duplicate Image Detection API
Detecting duplicate or near-duplicate images isn’t as simple as comparing hashes. Cropped, resized, compressed — most methods like pHash or SSIM break under real-world conditions. This API uses a multi-stage comparison approach that stays accurate under changes like cropping, scaling, re-encoding, and minor lighting or contrast shifts. It returns a detailed JSON response with individual…
Duplicate Image Detection API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
compare by URL /compare-orb |
Send 2 image urls to compare. |