REST API
POST /v1/evidence/export · GET /v1/evidence/bundles/{id}
Trust · Evidence Vehicle Bundles
When ADAS is involved in a claim or safety audit, "we calibrated it" is not enough. NADIR produces Evidence Vehicle Bundles (EVB) — signed JSON documents with timestamped drift timelines, validation residuals, sensor graphs, and cryptographic chain of custody from ingest through export.
Custody pipeline
Shadow mode scores continuously; evidence export typically occurs at calibration validation or MSO repair close. No stage modifies vehicle ECU state without explicit customer amendment.
EVB structure
{
"bundle_id": "EVB-20260603-B7F2",
"vehicle_id": "FLEET-204",
"org_id": "org-nadir-pilot",
"tier_timeline": [
{ "at": "2026-06-03T14:22:01Z", "tier": "CRITICAL", "confidence": 0.87 },
{ "at": "2026-06-03T15:04:12Z", "tier": "NOMINAL", "confidence": 0.93 }
],
"validation": {
"residual_deg": 0.07,
"passed": true,
"procedure_id": "cal-proc-van-fwd-cam-01"
},
"sensor_graph": ["forward_camera", "front_radar", "fusion"],
"payload_hash": "sha256:8f3a…c21e",
"signature": "ed25519:7b2c…9f01",
"signing_key_id": "nadir-evidence-v1",
"exported_at": "2026-06-03T15:04:18Z"
}
Illustrative structure — field names match API contracts. Full brief: chain-of-custody-brief.md
Who relies on EVBs
| Stakeholder | Question | EVB answers |
|---|---|---|
| Fleet safety | Was ADAS calibrated before the incident? | Validation block + tier timeline ending NOMINAL before event timestamp |
| Insurer / DRP | Is subrogation evidence tamper-evident? | Ed25519 signature over canonical payload hash |
| MSO QA | Did we release with documented calibration health? | Work-order-linked export at structural release |
| OEM auditor | Traceability for validation program? | Ingest receipt → changepoint → validation chain |
Verification steps
GET /v1/evidence/bundles/{id}.payload_hash.signing_key_id public key from NADIR trust doc.vehicle_id and tier transition timestamps with customer export.API & product links
POST /v1/evidence/export · GET /v1/evidence/bundles/{id}
One-click download from factor graph UI — investor demo ready.
Open Theater →Attach EVB to work order — Safelite glass · Caliber collision.
MSO solution →FAQ
NADIR operates in shadow mode for pilots. Evidence bundles support audit workflows; they do not replace OEM homologation or regulatory certification. See terms.
Production keys in HSM-backed signing service. Key rotation documented in security pack — /security.
/evidence covers product capabilities. This page explains custody mechanics for due diligence and insurer technical review.
Evidence Theater → download EVB → verify signature block in brief.