MOSIP as a platform does not have any inbuilt capabilities to handle biometrics. It relies on external components and subsystems to perform all activities pertaining to biometrics. As a platform it defines formats, standards and interfaces for these external components and subsystems. The Biometrics SDK is a critical external component used for performing operations with biometric data in multiple MOSIP modules - Registration Client, Authentication and Registration Processor.
...
The following are the REST APIs that needs to be implemented for MOSIP to integrate with the SDK
POST /api/init
The SDK initialization methods serves the dual purpose of sharing information about the SDK and performing any one time activities including initialization of internal variables and algorithms.
checkQuality
match
extractTemplate
...