Search Guide

The Search services aim to perform a 1: N query within a provided collection. In other words, a search is conducted in the collection with a provided image to find any type of match. This is useful when authentication processes (login) for previously registered individuals are required.

Which services perform a Search?

Currently, there are five services that perform this process, which are:

These services share the same purpose, conducting a search for previously created individuals in a Collection to find matches.

Similarities in the services

The aforementioned services have some similarities in their structure. Below, we'll show a JSON explaining each of the parameters:

{
  "collection_id": "ID_OF_COLLECTION",
  "images": [
    "base64_encoded_string"
  ],
  "min_score": 0.7,
  "search_mode": "FAST/ACCURATE choose one"
}

Differences in the services

Each service has a specific use depending on the applicable need or use case. Below, you will learn about the differences and the most common scenarios: