Acuant · Example Payload

Acuant Create Document Instance Example

Example request to create a document transaction for processing a US driver's license captured via mobile camera.

Identity VerificationDocument AuthenticationBiometricsFace MatchingLiveness DetectionKYCAMLID Capture

Acuant Create Document Instance Example is an example object payload from Acuant, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionrequestresponse

Example Payload

acuant-create-document-instance-example.json Raw ↑
{
  "summary": "Create a new AssureID document processing instance",
  "description": "Example request to create a document transaction for processing a US driver's license captured via mobile camera.",
  "request": {
    "method": "POST",
    "url": "https://services.assureid.net/Document/Instance",
    "headers": {
      "Authorization": "Basic dXNlcm5hbWU6cGFzc3dvcmQ=",
      "Content-Type": "application/json",
      "Accept": "application/json"
    },
    "body": {
      "SubscriptionId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "ImageCroppingExpectedSize": 0,
      "ImageCroppingMode": 0,
      "ManualCropCoordinates": null,
      "Device": {
        "Manufacturer": "Apple",
        "Model": "iPhone 14 Pro",
        "SerialNumber": "DNQXQ1234ABC",
        "Type": {
          "Manufacturer": "Apple",
          "Model": "iPhone 14 Pro",
          "SensorType": 2
        }
      }
    }
  },
  "response": {
    "status": 200,
    "body": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
  }
}