Skip to main content

HulyaForensics Analyze

HULYA Forensics — 20-equation pulse-synced forensic analysis. Evaluates: accuracy (HF1), manipulation detection (HF2), smear detection (HF3), source verification (HF4), legal criteria (HF5), temporal decay (HF6), consciousness reach (HF7), frequency clustering (HF8), contradiction detection (HF9), intent analysis (HF10), context matching (HF11), cluster analysis (HF12), domain diversity (HF13), resonance tracking (HF14), semantic deviation (HF15), severity scoring (HF16), sentiment analysis (HF17), fractal dimension (HF18), Bayesian inference (HF19), and composite weighted average (HF20). Final S_forensic weighted with α=0.05 pulse modulation.

EndpointPOST /api/hf/analyze
Authapi-key
Rate limit20/min
Categorysecurity

Parameters

NameTypeRequiredDescription
contentstringYesText content to analyze forensically
sourcesarrayNoArray of source URLs for verification scoring
contextobjectNoAdditional context: { domain, timeframe, legalJurisdiction }

Returns

{ scores: { HF1..HF20 }, weights, S_forensic, verdict, zeqond, phase, pulseSync }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"content": "<content>",
"sources": [],
"context": {}
}' \
"https://zeqsdk.com/api/hf/analyze"

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/hf-analyze.