Prove what
happened at
handover.
Cryptographic proof of who captured what, when, and where — for supply chain disputes, delivery confirmations, and quality audits.
Proof that holds up
in court and in claims
Hardware-Rooted Provenance
Every delivery inspection, warehouse check, and quality audit is signed by the device's Secure Enclave or Keystore. The signature cannot be extracted or forged — period.
Simple Verification API
POST /v1/verify. Send a shipment photo, QC image, or handover capture. Get a definitive result: verified, tampered, trusted_device — in under 50ms.
Immutable Audit Trail
Every capture is logged with GPS, timestamp, device ID, and operator name. Query the history via API or dashboard. Perfect for compliance audits and liability disputes.
Cryptographic, Not Guessed
Your claims team, insurance adjusters, and compliance officers get mathematical proof — not probability. The SHA-256 hash proves the photo was taken at this location, at this time, on this device.
Three steps.
Proof at every point.
1import Immutis23let capture = try await Immutis.Capture(4 device: enrolledDevice,5 options: [6 .includeLocation,7 .includeTimestamp,8 .hardwareAttestation9 ]10)1112// Signed by Secure Enclave13// Hash: SHA-256 sealed at capture
Built for
logistics speed.
Cloud-native on Supabase. Verification is pure cryptographic math — no ML inference, no external API calls, no delays. Your warehouse ops and delivery teams can't wait.
Performance you
can measure.
Plays well with
your operations stack
Drop into any logistics, warehouse, or quality system. REST API, any language.
Trust at the
hardware level.
We do not guess if data is trustworthy. We prove it — cryptographically, at the moment of capture, inside the device hardware.
Hardware attestation
Every capture is signed by the device's Secure Enclave (iOS) or Keystore (Android). Keys never leave the hardware.
End-to-end encryption
AES-256 for data at rest. TLS 1.3 for data in transit. Signed hashes prevent undetected modification.
Immutable audit trail
Every capture, verification, and API call is logged with a cryptographic chain. Append-only. Tamper-evident.
Row Level Security
Tenant-isolated data via Supabase RLS. Each company's data is logically separated at the database level.
Verify in minutes, not months
Verify evidence from any logistics or quality workflow. Shipments, inspections, and handoffs — all cryptographically signed at the point of capture.
REST API
POST /v1/verify. Simple integration.
Deterministic
Cryptographic proof. Not ML guessing.
Fast
<50ms average response time.
Usage-based
Pay per verification. No minimums.
curl -X POST https://api.immutis.com/v1/verify \-H "X-API-Key: immutis_..." \-F "file=@shipment_photo.jpg" \-F "capture_id=cap_abc123"# Response:# {# "verified": true,# "tampered": false,# "trusted_device": true,# "confidence": 0.98# }
Frequently asked questions
What developers ask before integrating.
Verify your
shipments today
Free sandbox for testing. Paid plans for production.
No hidden fees.