Image Verifier API
Compare two images and analyze their similarity
Request
Headers
Body Parameters
Response
Success Response (200)
Error Response (400)
Example Request
Example Response
Authorizations
Body
Response
Everything worked as expected.
P Hash value of the original image (hexadecimal)
"70"
P Hash value of the Compare image (hexadecimal)
"71"
Hamming Distance between the two hash values, indicating the similarity of the images. A smaller value means the images are more similar.
2