# Enroll

POST /v1/enroll
1

Method that encodes data to a cryptograph.

The data should be passed as multipart/form-data in predefined fields. Depending on the fields enrolled, the data will be processed through different pipelines.

There are two types of pipelines that instruct the processors, one face images and antoher for finger/slap images, that can be customized using the proper Json fields. All other fields will be encoded as is.

The result of a successful enrollment is a Json object with the generated cryptograph (in base64) and its UUID.

The encoded data in the cryptograph uses a proprietary TVL structure and can be decoded using the proper web apis.