Document Extraction

The document extraction API utilizes machine learning models to extract information from identity documents.

Before making the request, please ensure you meet the following prerequisites:

  1. Visit Licensing to see how to get your credentials.

  2. Please ensure that the images follows our image guidelines!

  3. We only support the following image formats: .jpeg, .jpg, .png

Checkout acceptable header values to see what values we accept for each header.

Extract Document

POST /api/DocumentCapture/ExtractData

Request Body

NameTypeDescription

FrontImage

multipart/form-data

This should be an image file. Send image as a multi form data. The front image of the Identity document

BackImage

multipart/form-data

This should be an image file. Send image as a multi form data. The back image of the Identity document

Last updated