.NET API Library
The .NET SDK for Faceki is a software development kit that provides easy integration with the Faceki platform. It offers a set of APIs to simplify authentication and communication with the Faceki API
Nuget Package
Prerequisites
.NET Framework 4.7.2 or later
Visual Studio or any other compatible IDE
Installation
You can install the .NET SDK for Faceki by following these steps:
Open your project in Visual Studio or your preferred IDE.
Open the NuGet Package Manager Console.
Run the following command to install the package:
Usage
Initialize the Faceki client
To start using the Faceki SDK, you need to initialize the FacekiDotNet class with your client ID and client secret:
Replace "yourClientId"
and "yourClientSecret"
with your actual Faceki client ID and client secret.
GetKYCRules
Retrieves the KYC rules from the Faceki API.
KYCRequest
Performs KYC verification using the provided images.
GetKYCSummary
Retrieves the summary of KYC verifications performed.
GenerateKYCLink
Generates a KYC verification link that can be shared with users for verification.
GetKycRecords
Retrieves KYC verification records based on the provided link ID.
FaceMatch
Performs a face match verification using the provided selfie image.
Dispose the FacekiAPIs
an instance when you are done using it to release the underlying resources:
Conclusion
The FacekiAPIs package provides a simple and efficient way to integrate with the Faceki API for facial recognition and KYC verification. By following the steps outlined in this documentation, you can easily incorporate the package into your project and utilize its functionality.
Last updated