Reverse Image Search allows you to search for similar images on the public web.
Learn more about Reverse Image Search here
Input
A single image file or public link to an image
Output
{
//other fields truncated
"status": [
{
//other fields truncated
"output": {
"matches": [
{
"url": "https://blog.rsisecurity.com/wp-content/uploads/2020/07/CCPA-300x161.jpg",
"backlink": "https://blog.rsisecurity.com/monthly-webinar-recap-a-360-degree-view-of-ccpa-compliance-ft-darktrace-procopio/",
"similarity_score": 1
},
{
"url": "http://www.anytimelimodc.com/images/slider5.jpg",
"backlink": "http://www.anytimelimodc.com/",
"similarity_score": 0.9
}
]
}
}
}
]
//other fields truncated
}
Name | Description |
---|---|
url | The url of the image that is found |
backlink | The url of the page that references the image |
similarity_score | The score from 0-1 where 1 indicates and exact match, and lower scores represent an image that has been resized or otherwise differs in varying amounts to the source image |