ZeqDecompress
Operators, constants, equations, experiments — the registry surface.
- Protocol ID —
zeq-decompress - Category — Data
- Endpoint —
POST /api/zeq/decompress - Auth — api-key
- Rate limit — 10/min
- Version —
1.287.0 - Precision — ≤0.1% (KO42-enforced)
What it does
Decompress .zeqc archives. Validates ZEQC magic header, extracts Zeqond metadata, Zstd decompresses, verifies SHA-256 integrity. Returns original files with creation timestamp and compression ratio.
Signature
Request
POST /api/zeq/decompress
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
archive | string | ✓ | — | Base64-encoded .zeqc archive |
Response
{ files[], originalZeqond, totalSize, sha256, verified }
Runnable example
curl -sS -X POST \
-H "Authorization: Bearer $ZEQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"archive": "<value>"
}' \
"https://api.zeq.dev/api/zeq/decompress"
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/decompressin a language SDK so builders can call it in three lines. - Medium — publish a reference integration demonstrating ZeqDecompress alongside a real workload, with pulse-aligned metrics.
- Far — propose ZeqDecompress 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.