ZeqCompress
Operators, constants, equations, experiments — the registry surface.
- Protocol ID —
zeq-compress - Category — Data
- Endpoint —
POST /api/zeq/compress - Auth — api-key
- Rate limit — 10/min
- Version —
1.287.0 - Precision — ≤0.1% (KO42-enforced)
What it does
Zeqond-timestamped compression protocol. Creates .zeqc archives using Zstd level-19 compression with SHA-256 integrity verification. Custom binary format: ZEQC magic header, Zeqond timestamp, file metadata JSON, compressed payload. Includes forensic entropy analyzer (classifies data as RAW/COMPRESSED/ENCRYPTED).
Signature
Request
POST /api/zeq/compress
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
data | string | ✓ | — | Base64-encoded data to compress |
filename | string | — | Original filename for archive metadata | |
level | number | 19 | Zstd compression level (1-22) |
Response
{ archive (base64 .zeqc), sha256, zeqond, ratio, originalSize, compressedSize, forensic }
Runnable example
curl -sS -X POST \
-H "Authorization: Bearer $ZEQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"data": "<value>",
"filename": "<value>",
"level": 19
}' \
"https://api.zeq.dev/api/zeq/compress"
Integrate
- Introspection — list what the kernel can compute before authoring a wizard step.
- Schema generation — feed returned operator definitions into typed bindings in any language.
- Experiment catalog — wire the response into a UI selector for reproducible demos.
Seeds
- Near — wrap
/api/zeq/compressin a language SDK so builders can call it in three lines. - Medium — publish a reference integration demonstrating ZeqCompress alongside a real workload, with pulse-aligned metrics.
- Far — propose ZeqCompress as an open reference standard so other runtimes can implement it verbatim against the Zeq paper.
Papers
- Zeq paper — https://doi.org/10.5281/zenodo.18158152
- Framework paper — https://doi.org/10.5281/zenodo.15825138
Middleware active. Kernel on the 1.287 Hz HulyaPulse. Awaiting next Zeqond.