Create a check
Last updated
Last updated
Content-Type
string
The content-type must always be set to application/json
.
Authentication
string
The API live
or test
key
clientId
string
The ID of the client.
type
string
The type of check. Valid values include:
1. standard_screening_check
2. extensive_screening_check
3. document_check
4. identity_check
enableMonitoring
string
Determines whether continuous monitoring is enabled. When not provided, it defaults to false.
documentId
boolean
The ID of the document. This is required when the type of check is document_check
or identity_check
.
livePhotoId
string
The ID of the live photo. This is required when the type of check is identity_check
.
options
object
The optional configuration associated with the check.
Attribute
Type
Description
analysisCoverage
array[string]
The types of analysis to conduct as part of a document check. Valid values include:
consistency_analysis
forensic_analysis
content_analysis
format_analysis
front_back_analysis
mrz_analysis
When this attribute is not provided, we will conduct all analysis types.
This is only applicable to checks of type document_check
.