Idempotency will make retries safe.
Stable external references and idempotency controls are planned for every write operation.
Developers
This website presents the proposed integration contract. The VREC API, SDKs, webhooks, sandbox, and chain registrar are not active in the current pre-launch phase.
Proposed request model
{
"external_record_id": "inspection-2026-1842",
"record_type": "inspection_report_approved",
"schema_version": "1.0",
"issuer_id": "iss_organization_42",
"document_hash": "sha256:8f4d...",
"issued_at": "2026-07-10T14:30:00Z",
"expires_at": null,
"subject_ref": "inspection:2026-1842",
"privacy": "restricted",
"assurance": {
"signature": "issuer",
"timestamp": "rfc3161",
"anchor_mode": "batch",
"networks": ["solana", "arbitrum-one"],
"finality": "final",
"anchor_status_events": true
},
"metadata": {
"policy_version": "INSPECTION-1.0",
"source_system": "customer-platform"
}
}Stable external references and idempotency controls are planned for every write operation.
Evidence processing is designed around durable states and signed completion webhooks.
Customers will select signature, time, retention, disclosure, network, and anchoring policy.
Planned outputs include verification URLs, QR payloads, chain references, and downloadable proof packages.
Planned resource surface
POST/v1/evidenceCreate an evidence operationGET/v1/evidence/{id}Read receipt and processing statePOST/v1/evidence/{id}/status-eventsAppend a signed lifecycle eventGET/v1/evidence/{id}/proofDownload a portable proof packageGET/v1/evidence/{id}/qrRetrieve the planned verification QR payloadPOST/v1/verify/fileVerify a file against registered evidencePOST/v1/verify/dataVerify canonical data against registered evidencePOST/v1/bundlesCreate an Evidence BundleGET/v1/bundles/{id}Read an Evidence BundlePOST/v1/bundles/{id}/evidenceAdd evidence to a BundlePOST/v1/issuersCreate an issuerGET/v1/issuers/{id}Read issuer identity and statusPOST/v1/issuers/{id}/credentialsAdd an issuer credentialGET/v1/usageRead service usageGET/v1/creditsRead service-credit balancePOST/v1/webhooks/testTest a planned webhook destination