Lists
Upload Face to Blocklist
Upload a base64 face image to a Didit face blocklist. Didit extracts the biometric and auto-declines any future session matching the face.
POST
Upload a base64-encoded face image to a face-type blocklist. Didit extracts the biometric data, validates a face is detected, inserts the embedding into the matching database, and creates a blocklist entry. Any future verification session matching this face will be automatically declined. Only available for lists withDocumentation Index
Fetch the complete documentation index at: https://docs.didit.me/llms.txt
Use this file to discover all available pages before exploring further.
entry_type: face.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
image | string | Yes | Base64-encoded face image (JPG, PNG, or WebP) |
comment | string | No | Comment or reason for blocklisting |