.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
https://www.nuget.org/packages/FacekiDotNet/Prerequisites
Installation
dotnet add package FacekiDotNet --version 1.0.1Usage
Initialize the Faceki client
using FacekiDotNet;
var clientId = "yourClientId";
var clientSecret = "yourClientSecret";
FacekiAPIs client = new FacekiAPIs(clientId ,clientSecret);GetKYCRules
KYCRequest
GetKYCSummary
GenerateKYCLink
GetKycRecords
FaceMatch
Conclusion
Last updated