ZeqFingerprint
Fingerprint analysis with R(t) ridge enhancement. Minutiae extraction, AFIS scoring, quality assessment, latent print processing.
| Endpoint | POST /api/forensics/fingerprint |
| Auth | api-key |
| Rate limit | 10/min |
| Category | forensics |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
printImage | object | Yes | Fingerprint image data. |
mode | string | No | 'extraction', 'comparison', 'enhancement'. |
reference | object | No | Known print for comparison. |
Returns
{ minutiae, quality, matchScore, ridgeCount, classification, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"printImage": {},
"mode": "extraction",
"reference": {}
}' \
"https://zeqsdk.com/api/forensics/fingerprint"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/zeq-fingerprint.