v1

latestOpenAPI 3.0.12026-07-2474233379.5 KB
Enrolment

Upload a selfie

Submit one or more selfies in Base64 encoding for enrolment. It accepts images in PNG, WEBP, and JPG formats.

post/enroll

Headers

Accept-Versionstring required
Example:3.0

API version header.

Request body

selfiesstring[]

List of strings, which are images in Base64 encoding. Only one is read for now, but multiple image input will be allowed in the future.

Example request

{
  "selfies": [
    "image 1",
    "image 2",
    "image 3"
  ]
}

Response

Enrolled selfie

uniquePersonIdentifierstring uuid

Unique person identifier.

externalUniquePersonIdentifierstring

Unique person identifier for use in a system external to Trulioo.