face_compare
Compare two face photos to verify identity by checking if they belong to the same person. Returns similarity score and confidence level.
Instructions
Compare two face photos to determine if they belong to the same person (人脸比对/人像对比). Returns similarity score (0-100), same-person judgment, confidence level, and face quality scores. Use for identity verification with photo, face authentication, or liveness detection scenarios. Images must be base64 encoded. Free tier: 30 requests/day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_base64_1 | Yes | First face photo in base64 encoding (第一张人脸照片的base64编码) | |
| image_base64_2 | Yes | Second face photo in base64 encoding (第二张人脸照片的base64编码) |