Image Verifier allows users to input two images and analyze their similarity, providing a result that indicates the level of similarity. This functionality can be applied to various use cases, making it easy for users to adapt it to their specific needs.
Request
Headers
API key essential for authentication and access control purposes, required for authorization.
Body Parameters
Object containing the two images to compare.
First image to compare in base 64 format.
Image to be compared with the original image in base 64 format.
Response
Success Response (200)
P Hash value of the original image (hexadecimal)
P Hash value of the Compare image (hexadecimal)
Hamming Distance between the two hash values, indicating the similarity of the images. A smaller value means the images are more similar.
Error Response (400)
Briefly describes the error.
Example Request
Example Response
Authorizations
Body
application/json