Returns raw id-validation-service check results with original naming preserved (no mapping to user-service key constants, no threshold-binarization), plus the raw checkFraudRisk result.
Fetch raw IDV results
https://demo-api.incodesmile.com/omni/get/raw-idv-resultsQuery parameters
Id of interview for which raw IDV results are requested. If not present, it will be extracted from token.
Headers
Responses
Response body (application/json)
Raw id-validation-service check results. Empty when id-validation-service was not invoked for the interview.
Original id-validation-service check name, e.g. checkIdFaceTamper, checkIdScreenLiveness, deep_fraud.
Check severity: low / medium / high.
lowmediumhighModel version that produced the result.
Raw confidence/result value, Float in [0, 1]. Nullable when the check did not run.
Raw checkFraudRisk result. Null when no FraudRisk was produced for the interview.
Check name, always checkFraudRisk.
Check severity: low / medium / high.
LOWMEDIUMHIGHModel version that produced the result.
Raw fraud-risk result value (full precision).
Free-text explanation returned by the fraud-risk model.
Response category returned by the fraud-risk model.
Top N features that contributed towards a fraud classification.
Top N features that contributed towards a legitimate classification.
Raw stable feature codes for topNFraudFeatures (same order), as sent by the model.
Raw stable feature codes for topNLegitFeatures (same order), as sent by the model.
Response body (application/json)
UTC timestamp in milliseconds
Custom error code or HTTP status code
HTTP status error
Custom error message
Endpoint path
Custom error details