Face image in base64 format. Base64 encoded characters in the payload must not include the MIME type. For example, if the encoded base64 characters are “image/png;base64,/9j/2wBDABQODxIP…”, then remove “image/png;base64,” and send only the encoded data “/9j/2wBDABQODxIP…”.
API type identifier for the liveness detection service.
Liveness score indicating the probability of a live person (0-100). Higher scores indicate higher confidence that the image is from a live person.
Unique identifier for each request, useful for tracking and debugging purposes.
Information message returned as part of the recognition response, providing additional context about the result.
Identifies the specific error for troubleshooting. Common error codes include:
- 1016: faceImage is required
- 1017: Fail to analyze face
Authorizations
인증 및 접근 제어 목적으로 필수적인 API 키, 권한 부여에 필요합니다.
Body
application/json
base64 형식의 얼굴 이미지. 페이로드의 base64 인코딩된 문자에는 MIME 타입을 포함하지 않아야 합니다. 예를 들어, 인코딩된 base64 문자가 "image/png;base64,/9j/2wBDABQODxIP..."인 경우 "image/png;base64,"를 제거하고 인코딩된 데이터 "/9j/2wBDABQODxIP..."만 전송하세요.
Example:
"{{faceImage_base64}}"