Appearance
Automated Document Verification
Endpoints for requesting automated document verifications on cases.
Start session
Sessions are required for cases to complete a doc verification. Sessions are sent out automatically via the email address of the case.
| Endpoint | /api/cases/{caseId}/automateddocverification |
|---|---|
| Method | POST |
Request
The request contains configuration options for the session.
| Property | Required | Notes |
|---|---|---|
| Liveness | ✅ | Specifies what level of liveness check is required. Options are Active or Passive |
json
{
"liveness":"passive"
}Response
Expect a 200 status code with an empty body.

