Lists
Upload Face to List
Upload a base64 face image to a Didit face blocklist or allowlist. Didit extracts the biometric and uses it during future face matching.
POST
Upload a base64-encoded face image to a face-type blocklist or allowlist. Didit extracts the biometric data, validates a face is detected, inserts the embedding into the matching database, and creates a list entry.
Only available for lists with
entry_type: face and list_type: blocklist or list_type: allowlist.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
image | string | Yes | Base64-encoded face image (JPG, PNG, or WebP) |
comment | string | No | Comment or reason for adding |