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.
| Endpoint | POST /api/hf/analyze |
| Auth | api-key |
| Rate limit | 20/min |
| Category | security |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
content | string | Yes | Text content to analyze forensically |
sources | array | No | Array of source URLs for verification scoring |
context | object | No | Additional 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.