Acceptable header values
This page will explain what values are acceptable for each header.
Header
Describes the header that you use.
Acceptable Value | Description |
Content-type | multipart/form-data |
Authorization | You need to add the word Bearer Infront of this string when sending. Use the Above call to obtain this token. |
UseV2 | Set to True to use new document extraction model |
DocumentType | A list of different document type that this service supports. The supported document types can be found here. |
CountryCode | This is the code of the county documents you want to scan. The supported country codes can be found here. |
CorrelationID | This value is managed by the consumer of this API. When this value is set and there is a forwarding service all facial data will be passed to the forwarding service with the CorrelationID to manage the response. This is a security option to store data on another service as the data on the consuming UI could be tampered with. |
FrontImageHash | This value is used by the Sybrin SDKs to ensure the font document image is coming from the same source it was capture by. |
BackImageHash | This value is used by the Sybrin SDKs to ensure the back document image is coming from the same source it was capture by. |
UseSegmentationBeforeOCR | A header value used to determine if document segmentation should be done before text extraction. |
ValidateBackFront | A header value used to determine if document validation should be done. |
Last updated