ZeqForensic
Data forensic entropy analysis. Computes Shannon entropy, byte frequency distribution, SHA-256 hash, and HulyaPulse sync state. Classifies data as RAW (<6.0 bits/byte), COMPRESSED (6.0–7.5), or ENCRYPTED (>7.5). Includes pulse synchronization factor.
| Endpoint | POST /api/zeq/forensic |
| Auth | api-key |
| Rate limit | 30/min |
| Category | security |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
data | string | Yes | Base64-encoded data to analyze |
Returns
{ sha256, size, entropy, maxEntropy, entropyRatio, verdict, pulseSync, zeqond, phase }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"data": "<data>"
}' \
"https://zeqsdk.com/api/zeq/forensic"
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-forensic.