Response Examples
Response Field Descriptions
Success Response Fields
Error Response Fields
Error Codes
Understanding Liveness Scores
Score Ranges
- 0-30: High risk of forgery
- 31-60: Medium risk of forgery
- 61-80: Low risk of forgery
- 81-100: Very low risk of forgery
Pipeline Explanations
Screen Replay Detection
Detects if the submitted image is a screen capture or digital reproduction rather than a physical document.Paper Printed Detection
Identifies if the document is a printed or photocopied version rather than an original.Replace Portraits Detection
Checks if the face image on the document has been digitally altered or replaced.Integration Guidelines
Handling Responses
- Check Status Code: Always verify the response status code first
- Parse Transaction ID: Store the transaction ID for reference
- Evaluate Scores: Review liveness scores for each pipeline
- Error Handling: Implement proper error handling for failed requests
Best Practices
- Logging: Log all responses for debugging purposes
- Retry Logic: Implement retry logic for transient failures
- Validation: Validate response structure before processing
- Security: Ensure secure handling of sensitive document data