Compliance Evidence Export
VeriProof exposes several evidence artifacts today, but it does not currently ship a single framework-driven export builder where you choose EU AI Act articles, NIST functions, or arbitrary date ranges and receive a generated regulator package.
This page documents the export surfaces that are actually available in the current portal and API.
Available Today
| Artifact | How to access | Format | Best used for |
|---|---|---|---|
| Session governance evidence | Session detail panel → Export Evidence → JSON Bundle | JSON | Programmatic review of one decision session |
| Session evidence pack | Session detail panel → Export Evidence → PDF Report | Human-readable session dossier for legal, compliance, or audit review | |
| Session structured export | Session detail panel → Export Evidence → CSV | CSV | Spreadsheet or downstream analysis of one session |
| GDPR subject evidence pack | Compliance workspace or GDPR center | PDF or ZIP | Subject-access and privacy review workflows |
| Auditor evidence pack | Compliance workspace or auditor access flow | ZIP | Third-party auditor handoff |
| Blockchain audit certificate | Compliance workspace | Proof of integrity for regulator or auditor review | |
| Bulk application evidence export | Compliance workspace → Evidence Exports → Bulk export | ZIP | Multi-session export for one or more applications |
If you need a framework-specific package today, assemble it from these artifacts plus your own system documentation, policies, and incident records. The current product gives you tamper-evident session evidence and audit artifacts; it does not yet generate a complete EU AI Act or NIST package from a single export wizard.
What The Portal Exposes
In the current Compliance workspace, the Evidence Exports panel exposes three concrete flows:
- Select a GDPR data subject and download either a PDF evidence pack or a ZIP evidence pack.
- Select an auditor access link and export an auditor evidence ZIP.
- Download a Blockchain Audit Certificate as a PDF.
These are the export surfaces that match the shipped UI. The portal does not currently present a framework selector, article picker, date-range export builder, or export job queue.
Programmatic Exports
If your team needs to integrate evidence exports into automated workflows or data pipelines, ask your developer team to use the Customer Portal API. The SDK and API reference covers session evidence endpoints for single-session and bulk exports.
Building A Regulator Or Auditor Package Today
For enterprise diligence, incident response, or framework-specific review, the practical workflow today is:
- Pull the session-level evidence JSON or PDF for the exact decision records in scope.
- Export GDPR or auditor ZIP artifacts from the portal when the review is person- or auditor-scoped.
- Download the blockchain audit certificate when you need an integrity artifact alongside the evidence.
- Use the bulk application ZIP when you need a wider sample across applications.
- Combine the VeriProof artifacts with your own policy, model, incident, and system documentation.
Next Steps
- EU AI Act Evidence Walkthrough — assembling an Article 11 package with current artifacts
- GDPR Cryptographic Erasure — GDPR-specific privacy evidence
- Compliance Evidence guide — practical session-level evidence retrieval