menu_bookAPI reference: Create HumanID QRexpand_more
POST /v2/human-id/encrypt-qr-code
Same payload as encrypt. Returns a PNG QR-code data URL (data.zelfQR) plus the usual ZelfProof and IPFS metadata.
| Param | Req | Description |
|---|---|---|
| publicData | Yes | Object with string values |
| faceBase64 | Yes | Base64 face image |
| livenessLevel | Yes | Liveness threshold level |
| metadata | Yes | Object with string values |
| os | Yes | DESKTOP / IOS / ANDROID |
| identifier | Yes | Alphanumeric person identifier |
| requireLiveness | Yes | Require liveness on decrypt |
| tolerance | No | REGULAR / SOFT / HARDENED |
| password | No | Optional encryption password |
Create HumanID QR
Generate a portable QR-coded HumanID from a face and identity data.