Release Notes

Have a cool idea you want us to add? contact us

2.2.4 - 2024/11/22

  • Added configurable face detection that can be set to run before attempting liveness detection.

    • EnableLivenessFaceDetection

    • FaceDetectionEndpoint

  • Added logic to handle anomalous responses that result in a 0 value being returned from liveness detection. Previously there was a bug causing these to automatically be classified as live instead spoof.

2.2.3 - 2024/10/24

  • Added version endpoint.

  • Added IQA functionality for selfies.

  • Added endpoint for face image IQA:

    • /api/v1/imagequalityanalysis/face

  • Added the following configuration properties:

    • FaceImageQualityAnalysisURL - The endpoint to send selfie imageto for IQA.

  • Added the following header to the VerifyLifeness endpoint:

    • DetectObstructions - Can be true/false. False by default. If set to true, IQA functionality will be used to detect face obstructions in the selfie image.

2.2.2 - 2024/10/04

  • Added functionality for automatic document classification for select identity documents. More information on the types of documents that support auto classification can be found here.

  • Relaxed document type and country code header validation to allow auto classification of identity documents when these parameters are not provided.

2.2.1 - 2024/07/30

  • Added IQA functionality for identity documents.

  • Added endpoint for document image IQA:

    • /api/v1/imagequalityanalysis/identitydocument

  • Added the following configuration properties:

    • IdentityDocumentImageQualityAnalysisURL - The endpoint to send document image to for IQA.

2.2.0 - 2024/07/14

  • A strict validation header has been added to the document extraction API. This allows users to enable or disable strict validation. If strict validation is enabled, the extracted attribute must pass all validation checks to be included in the response. If strict validation is not enabled, the attribute can be passed through without meeting all validation checks. The default is set to true

2.1.0 - 2024/05/24

  • An extraction confidence threshold header has been added to the document extraction API. This allows users to define a confidence threshold between 0 and 100, determining how confident the system should be in extracting attributes. The lower the threshold, the more likely it is to extract a value, but it also increases the likelihood of the extracted value being incorrect. Currently the header value is only supported on the Kenya ID.

2.0.0 - 2024/05/22

  • Licensing and usage overhaul

Last updated