DEV Community

Cover image for Dive into Advanced Biometrics with Our API in Just 5 Minutes!
Miguel Treviño for Verifik

Posted on

Dive into Advanced Biometrics with Our API in Just 5 Minutes!

Revolutionizing Security in Latin America with Biometrics: The Power of API

In the ever-evolving digital landscape of Latin America, businesses are seeking innovative ways to interact with their customer base. A significant trend has been the rise of bots on platforms like WhatsApp, streamlining processes and offering seamless experiences to end-users. Rather than getting bogged down with heavy SDKs, which often slow implementation and complicate app development, companies are opting for agile solutions that can be integrated quickly without compromising on security.

Enter our new Biometrics API.

Built keeping in mind the nuances and needs of the Latin American market, our API offers a powerful solution that blends effortlessly with modern communication methods. With the ability to set up advanced facial recognition within minutes, businesses can now add an additional layer of security to their applications without the usual overheads.

Why Should Businesses Opt for Our API?

Agility: Gone are the days when integrating advanced security measures meant weeks of development. Dive into the world of biometrics in just 5 minutes.

Seamless Integration: Our API is designed for hassle-free integration with apps and platforms, including WhatsApp bots, which dominate the customer support landscape in Latin America.

Avoid Bulky SDKs: Traditional SDKs can be cumbersome, increasing the time of implementation. Our lightweight API approach ensures you can get started without any hiccups.

Now, let’s explore how you can tap into this powerful tool:

By harmonizing biometric technology with the rapid pace of digital interaction in Latin America, our Biometrics API stands as a beacon for businesses seeking robust security solutions that don't compromise on user experience. Dive in and redefine what's possible!

Unlock the next-generation facial recognition with our latest API. Experience its prowess in a few simple steps, and guess what? You can get started within just 5 minutes.

1. Create a Collection
Before registering individuals, you first need to create a collection. Think of it as a folder to group persons, ensuring more accurate searches within your defined set.

Endpoint:
https://api.verifik.co/v2/face-recognition/collections

Method: POST

Parameters:

{
"name": "REQUIRED - Name your collection",
"description": "REQUIRED - Describe its purpose or details"
}

2. Register A New Person
With a collection in place, let's register a new individual.

Endpoint:
https://api.verifik.co/v2/face-recognition/persons/search-live-face

Parameters:

{
"name": "REQUIRED - Enter the person's name",
"images": "REQUIRED - Provide an array of image links",
"gender": "REQUIRED - Choose 'M' for Male or 'F' for Female",
"date_of_birth": "REQUIRED - Enter date of birth in openCV format",
"nationality": "OPTIONAL - Enter the person's nationality",
"collection_id": "REQUIRED - Reference the ID of the collection you created",
"liveness_min_score": "REQUIRED - Set a score between 0.5 and 1 for liveness detection",
"min_score": "REQUIRED - Set a score between 0.5 and 1 for minimum match score",
"search_mode": "REQUIRED - Choose between 'FAST' or 'ACCURATE' search modes"
}

3. Search the User with Liveness Detection (1:N)

Now, search for your registered person using our liveness detection feature.

Endpoint:
https://api.verifik.co/v2/face-recognition/search-live-face

Parameters:

{
"image": "REQUIRED - Provide the image link for search",
"collection_id": "OPTIONAL - Reference the unique ID of your collection if needed",
"os": "REQUIRED - Specify the operating system being used",
"liveness_min_score": "REQUIRED - Set a score between 0.5 and 1 for liveness detection",
"min_score": "REQUIRED - Set a score between 0.5 and 1 for minimum match score",
"search_mode": "REQUIRED - Choose between 'FAST' or 'ACCURATE' search modes"
}

Need Detailed Instructions?

For a deep dive into our API and its nuances, visit our comprehensive documentation at https://docs.verifik.co.

Exclusive Offer for New Users!

All newcomers get a warm welcome with a $10 USD credit for FREE. What's more, test our services without any commitments. Operating on a 'Pay As You Go' model, we ensure you remain in the driver’s seat. Opt out anytime you wish.

Begin your biometrics journey with us today and be a part of the future!

Top comments (0)