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