New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
스푸핑 공격을 방지하기 위해 얼굴 이미지에서 실시간을 감지합니다
curl --request POST \
--url https://idverify-api.argosidentity.com/modules/liveness \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"faceImage": "{{faceImage_base64}}"
}
'{
"apiType": "id_live_face",
"result": {
"liveness_score": 95
},
"transactionId": "e0nvom3caiis7"
}Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
API key essential for authentication and access control purposes, required for authorization.
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...".
"{{faceImage_base64}}"
이 페이지가 도움이 되었나요?
curl --request POST \
--url https://idverify-api.argosidentity.com/modules/liveness \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"faceImage": "{{faceImage_base64}}"
}
'{
"apiType": "id_live_face",
"result": {
"liveness_score": 95
},
"transactionId": "e0nvom3caiis7"
}