Skip to main content

ZeqCompliance Envelope

Per-call audit envelope (zeq.compliance.v1) returned automatically on every /api/zeq/compute response. Hash-chained, deterministic, with explicit per-standard mappings to: FDA 21 CFR Part 11 (ALCOA), EU GMP Annex 11, ISO 13485, ISO/IEC 27001 (A.12.4 controls), SOX / SOC 2 (CC 6.1 / 7.2 / 7.3 / 8.1), DO-178C, ARP4754A, NIST SP 800-53 (AU-2/3/8/9/10, SA-11), HIPAA 45 CFR §164.312, PCI DSS v4.0 (Section 10), GDPR Art. 30, ISO 22005, and FedRAMP Moderate. Bound cryptographically to ZeqProof so any third party can verify the record matches the computation it certifies — without ever holding your API key. Surfaces actor, action, temporal (1.287 Hz / 0.777 s phase lock), output digests, and per-standard regulatory booleans. Response headers: X-Zeq-Compliance-Envelope, X-Zeq-Compliance-Schema.

EndpointPOST /api/zeq/compute
Authapi-key
Rate limitinherits compute
Categorycompute

Parameters

No parameters.

Returns

{ schema: 'zeq.compliance.v1', envelope_id, generated_at_iso, actor, action, temporal, output, regulatory: { fda_21_cfr_part_11, eu_gmp_annex_11, iso_13485, iso_iec_27001, sox_soc2, do_178c, arp4754a, nist_sp_800_53, hipaa, pci_dss_v4, gdpr_art_30, iso_22005_traceability, fedramp_moderate_compatible, standards_aligned[] }, chain: { alg, bound_to_proof, envelope_hash } }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{}' \
"https://zeqsdk.com/api/zeq/compute"

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-compliance.