GO25
Verify API
BOUNDA Seal
Verify an Evidence ZIP without seeing private client data
GO25 makes BOUNDA evidence packs verifiable by hash, Merkle root, manifest, proof trail and publication gate. Customer packs remain owner-only; public verification exposes only hashes and seal state.
Hash lookup
POST /api/verify/hash
Check whether a pack SHA-256 or Merkle root is known without exposing contents.
Uploaded pack verify
POST /api/verify/evidence-pack
Verify a ZIP offline-style: manifest, Merkle, proof trail and publication gate.
Seal badge
GET /api/verify/seal/<sha>.svg
Generate a visual BOUNDA Seal for demos, audits and buyer views.
Owner-only pack verify
GET /api/verify/evidence-packs/<id>
Authenticated clients verify their full packs in the portal.
Policy
No customer evidence contents are public. Public pages verify synthetic demo packs or hash-only references. Private packs remain protected by owner checks.