Pooling
This endpoint allows fetching the results from a previous document validation process, that was initiated with the pooling option.
This method is only necessary if you want to implement asynchronous calls to the OCR engine. This method can be called multiple times after the previous necessary Validate Document process is started with the corresponding pooling option. It will return the verification result when the engine finishes the validation process.
Document - Pooling
POST
https://api.biometrid.com/api/1.1/document/pooling
Headers
Content-type
string
Request content type (This is not required to be set. Referenced only to show how we expect data to be sent). { "Content-Type": "multipart/form-data" }
x-biometrid-key
string
Application Client Key
x-biometrid-secret
string
Application Client Secret
Request Body
process
string
Polygon OCR process
returned from document validate request (if pooling type option sent).
processId
string
Client own process reference.
Last updated
Was this helpful?