We don't have for now a way to verify a subject vs a set of candidates
We have a verify 1:1 (1 to 1), but not a verify 1:F (1 to Few)
We could have something like:
- POST /v1/verify
- body:
-- subject: {galleryId}/{personId} OR biometrics
-- candidates: [{galleryId}/{personId}]
Which would more globally include the 1:1 :)