Ver-ID Identity API

Specification

Open API 3 specification can be viewed in Swagger Editor.

To scan an identity document submit a POST request with a JSON object in its body.

Example JSON payload

  1. Scan the front and back of an identity card
    {
        "front": "data:image/jpeg;base64,abc=",
        "back": "data:image/jpeg;base64,xyz="
    }
  2. Scan the picture page of a passport
    {
        "passport": "data:image/jpeg;base64,abc="
    }

Alternatively submit a multipart/form-data POST request with the file fields named as above (front, back or passport).

Tests

ID card capture

Passport capture