🔁API Response
{
"result":
{
"first_name": '<string>',
"full_name": '<string>',
"street": '<string>',
"front_nid": '<string>',
"serial_number": '<string>',
"back_nid":'<string>',
"release_date": '<string>',
"gender": '<string>',
"marital_status": '<string>'
"profession": '<string>',
"religion":'<string>',
"husband_name": '<string>',
"date_of_birth": '<string>',
"age":'<int>',
"birth_governarate": '<string>',
"police_station": '<string'>,
"governorate": '<string>',
"expiry_date": '<string>',
},
"advanced_confidence":
{
'fraud_detection_zone': <int>,
'fraud_detection_details': {
'face_fraud_zone': <int>,
'face_fraud_confidence': <float>,
'front_image_manipulation_zone': <int>,
'front_image_manipulation_confidence': <float>
}
},
"document_verification_plus":
{
"expired": '<boolean>',
"front_data_validity": '<boolean>',
"back_data_validity": '<boolean>',
"is_front_greyscale": '<boolean>',
"is_back_greyscale": '<boolean>',
"review_required": '<list>'
},
"profession_analysis":
{
"workplace": '<string>',
"profession_categorization": '<string>'
},
"document_liveness":
{
"is_front_document_live": '<boolean>',
"front_document_format": '<string>',
"is_back_document_live": '<boolean>',
"back_document_format": '<string>'
},
"transaction_id": '<string>',
"trials_remaining": '<int>'
}Advanced confidence breakdown
Profession Analysis breakdown
Document Verification Plus breakdown
Document liveness breakdown
Last updated