Aller au contenu principal

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
ParamTypeRequiredDefaultDescription
archivestringBase64-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

  1. Introspection — list what the kernel can compute before authoring a wizard step.
  2. Schema generation — feed returned operator definitions into typed bindings in any language.
  3. Experiment catalog — wire the response into a UI selector for reproducible demos.

Seeds

  • Near — wrap /api/zeq/decompress in 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

Middleware active. Kernel on the 1.287 Hz HulyaPulse. Awaiting next Zeqond.