Patent Pending · Sovereign Infrastructure · v8.1.0

The API That Proves It Ran Clean

Every operation returns a cryptographic receipt. Every receipt is publicly verifiable without contacting us. No competitor offers this. Genesis just works.

Start Free — 1,000 calls API Reference →
3
Commercial Services
O(1)
Query Resolution
100%
Receipt Coverage
6
Patents Filed

Three Services

GCaS

Compression-as-a-Service

Submit data. Receive compressed output and a cryptographic receipt. Two modes: reversible (lossless) and irreversible (max compression, 40% discount).

POST /v1/compress
◆ No competitor offers a cryptographic receipt with compression. Auditable by regulators without contacting us.
AEaS

ACE Execution-as-a-Service

Submit a workload. Receive an execution result plus a zeroize_proof — cryptographic proof that RAM was cleared after execution.

POST /v1/execute
◆ The only system in the industry that issues a zeroize_proof. Satisfies SOC2 Type II clean execution controls.
HQaS

HoloGraph Query-as-a-Service

Submit a concept. Receive O(1) resolution from the Genesis knowledge fabric with a deterministic receipt. Every competitor is O(n).

POST /v1/query
◆ O(1) is architectural — a Hilbert coordinate dictionary lookup. Not amortized. Not average case. Always O(1).

API Reference

AUTHENTICATION

Include your API key in the X-Genesis-Key header or as a Bearer token.

# Header (preferred)
X-Genesis-Key: gns_pro_a1b2c3d4e5f6...

# Or Bearer token
Authorization: Bearer gns_pro_a1b2c3d4e5f6...
POST /v1/compress Genesis Compression-as-a-Service
Request Body
datastring (base64)
Base64-encoded bytes to compress
mode"reversible" | "irreversible"
Reversible: lossless. Irreversible: original destroyed, 40% discount.
labelstring (optional)
Your reference label
Response
"compressed": "H4sIAAAAA...",
"receipt_hash": "a3f8c1...",
"mode": "reversible",
"verifier_url": "/v1/verify/...",
"wm": "PBTG-CJM-..."
cURL Example
# Compress data — reversible mode
DATA=$(echo -n "Hello Genesis" | base64)
curl -X POST https://genesis.pointbreaktrading.com/v1/compress \
  -H "X-Genesis-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d "{\"data\": \"$DATA\", \"mode\": \"reversible\"}"
POST /v1/execute ACE Execution-as-a-Service — zeroize_proof included
Request Body
workloadobject
Arbitrary workload descriptor
labelstring (optional)
Your reference label
Response
"result": "eyJwcm9...",
"receipt_hash": "b7e2a4...",
"zeroize_proof": "f9d1c8...",
"execution_id": "7a3f...",
"duration_hint": "fast",
"verifier_url": "/v1/verify/..."
zeroize_proof — Cryptographic proof that RAM was cleared after execution. Unique to Genesis. Satisfies SOC2 Type II clean execution environment controls.
POST /v1/query HoloGraph O(1) Knowledge Resolution
Request Body
conceptstring
Concept identifier to resolve
domainstring
Knowledge domain (default: "genesis")
Response
"result": "eyJjb25...",
"receipt_hash": "c4a9d2...",
"concept": "genesis.version",
"resolved": true,
"verifier_url": "/v1/verify/..."
GET /v1/verify/{receipt_hash} Public — no auth required

Any receipt can be verified by anyone, without an API key. This is the trust anchor.

# No auth required
curl https://genesis.pointbreaktrading.com/v1/verify/a3f8c1d2e5...

# Response
{
  "verified": true,
  "operation": "compress",
  "timestamp_ns": 1741787234000000000,
  "chain_position": "7a3f9c..."
}

Live Receipt Verifier

Verify Any Genesis Receipt

Paste any receipt_hash from an API response. No API key required.

Pricing

Developer
Free
forever
1,000 req/mo
All 3 services
Basic receipts
Get Free Key
Professional
$299
per month
50,000 req/mo
All 3 services
Full PoLE receipts
SLA 99.5%
Enterprise
$4,999
per month
Unlimited
All services + AI²
Full audit package
SLA 99.99%
Contact Sales
Sovereign
Custom
$25K+ / year
Unlimited + White-label
Dedicated infra
Source escrow
SLA 99.999%
Schedule Call

◆ The Stealth Principle

Genesis never surfaces compression ratios, agent counts, latency metrics, or internal architecture in API responses. We sell outcomes and receipts — not metrics. "Institutions trust what doesn't need to convince. Genesis feels like gravity, not a product." — Christian John McGowan, Founder & Lead Systems Architect