Create HumanID

menu_bookAPI reference: Create HumanIDexpand_more

POST /v2/human-id/encrypt

Bind public identity data and a face biometric into an encrypted ZelfProof stored on IPFS. Only the matching live face can decrypt it.

ParamReqDescription
publicDataYesObject with string values
faceBase64YesBase64 face image
metadataYesObject with string values
osYesDESKTOP / IOS / ANDROID
identifierYesAlphanumeric person identifier
requireLivenessYesRequire liveness on decrypt
toleranceNoLiveness strictness when live face is required: REGULAR / SOFT / HARDENED (also REGULAR_HARD, REGULAR_SOFT upstream)
passwordNoOptional encryption password

Create HumanID

Bind identity data + face into an encrypted ZelfProof on IPFS.