Skip to main content

ZeqFingerprint

Fingerprint analysis with R(t) ridge enhancement. Minutiae extraction, AFIS scoring, quality assessment, latent print processing.

EndpointPOST /api/forensics/fingerprint
Authapi-key
Rate limit10/min
Categoryforensics

Parameters

NameTypeRequiredDescription
printImageobjectYesFingerprint image data.
modestringNo'extraction', 'comparison', 'enhancement'.
referenceobjectNoKnown 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.