Create a check
Create a check
POST
https://api.complycube.com/v1/checks
Creates a new check.
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | The content-type must always be set to |
Authentication | string | The API |
Request Body
Name | Type | Description |
---|---|---|
clientId | string | The ID of the client. |
type | string | The type of check. Valid values include:
1. |
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 |
livePhotoId | string | The ID of the live photo. This is required when the type of check is |
options | object | The optional configuration associated with the check. |
The options
object
options
object Attribute | Type | Description |
|
| The types of analysis to conduct as part of a document check. Valid values include:
When this attribute is not provided, we will conduct all analysis types. This is only applicable to checks of type |
Example request
Last updated