한국어
cURL
curl --request POST \ --url https://idverify-api.argosidentity.com/modules/compare \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "originFace": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNkYPhfDwAChwGA60e6kgAAAABJRU5ErkJggg==", "targetFace": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNkYPhfDwAChwGA60e6kgAAAABJRU5ErkJggg==", "callbackUrl": "https://your-domain.com/callback" }'
200
successful-comparison
{ "apiType": "compare_face", "transactionId": "txn_123456789", "result": { "face": { "isAvailable": true, "boundingBox": { "Width": 0.42534321546554565, "Height": 0.567890123456789, "Left": 0.12345678901234566, "Top": 0.23456789012345677 }, "confidence": 0.9876543210987654 }, "targetFace": { "isAvailable": true, "boundingBox": { "Width": 0.4567890123456789, "Height": 0.543210987654321, "Left": 0.13456789012345677, "Top": 0.2456789012345679 }, "confidence": 0.9765432109876543 }, "similarity": { "score": 0.854321098765432, "threshold": 0.8, "isMatch": true } }}
Compare two facial images to determine their similarity and provide detailed analysis results
Successful face comparison
The response is of type object.
object
이 페이지가 도움이 되었나요?