Skip to main content

ZeqDNAForensics

Forensic DNA analysis. STR profiling, mixture deconvolution, likelihood ratios, kinship analysis with HulyaPulse electropherogram peak detection.

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

Parameters

NameTypeRequiredDescription
electropherogramobjectYesCapillary electrophoresis data.
contributorsnumberNoExpected number of contributors.
referenceProfileobjectNoKnown reference for comparison.

Returns

{ strProfile, likelihoodRatio, matchProbability, mixture, populationStats, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"electropherogram": {},
"contributors": 1,
"referenceProfile": {}
}' \
"https://zeqsdk.com/api/forensics/dna"

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-dna-forensics.