ZeqDocumentForensics
Questioned document examination. Handwriting analysis, ink dating, paper fiber identification, alteration detection with R(t) spectral ink aging curves.
| Endpoint | POST /api/forensics/document |
| Auth | api-key |
| Rate limit | 10/min |
| Category | forensics |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
documentImage | object | Yes | High-resolution document scan. |
analysis | string | No | 'handwriting', 'ink-dating', 'alteration', 'paper'. |
reference | object | No | Known writing samples for comparison. |
Returns
{ findings, confidence, inkAge_estimate, alterations, writerMatch, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"documentImage": {},
"analysis": "handwriting",
"reference": {}
}' \
"https://zeqsdk.com/api/forensics/document"
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-document-forensics.