A forensic pipeline, not a black box
Every scan runs the same six-stage pipeline; every stage's output is inspectable and downloadable.
- STEP 01Ingest
Video uploaded via console or API is stored in a private, org-scoped bucket. Only signed URLs, short TTL.
- STEP 02Sample
Frames are extracted at deterministic timestamps. Audio waveform sampled in parallel.
- STEP 03Analyze
Six detectors run in parallel: frame artifacts, temporal consistency, lip-sync, audio synthesis, C2PA/provenance, compression forensics.
- STEP 04Aggregate
Each signal returns a 0-1 score, calibrated confidence, and structured evidence. A weighted aggregator produces the final verdict.
- STEP 05Review
High-risk verdicts route into your analyst queue. Overrides are audited.
- STEP 06Return
The verdict, per-signal breakdown, frame evidence, and confidence band are available via UI, JSON API, and webhook.