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:
Visit Licensing to see how to get your credentials.
Please ensure that the images follows our image guidelines!
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
Name | Type | Description |
---|---|---|
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