HulyaForensics Score
Quick HF composite score — returns the final S_forensic value from all 20 HF equations with weighted average. Weights: HF5 (legal)=0.20, HF16 (severity)=0.20, HF20 (composite)=0.20, all others=0.05. S_forensic = [Σ S_i·w_i]/[Σ w_i] · (1 + 0.05·sin(2π·1.287·t)).
| Endpoint | POST /api/hf/score |
| Auth | api-key |
| Rate limit | 30/min |
| Category | security |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
content | string | Yes | Text content to score |
Returns
{ S_forensic, verdict, confidence, zeqond, phase }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"content": "<content>"
}' \
"https://zeqsdk.com/api/hf/score"
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-score.