Plica doesn't just score a file. It returns a typed, machine-readable enforcement action — approve, route to review, reject, request re-submission — so your workflow or AI agent acts on it without a human re-reading the result.
"This file is 55/100" tells an automated workflow nothing. What does it do with 55? The Policy Pack closes that gap: every verdict carries a typed action and the reason codes behind it, so an agent or webhook enforces the right outcome — and suspicious files route to a human instead of clearing silently.
// per-file response (illustrative) { "verdict_tier": "suspicious", "risk_tags": ["GAN_EMBEDDED", "LAYER_CONFLICT_EMBEDDED"], "policy_action": "route_to_hitl", "policy_reasons": [ "authentic scan container conflicts with elevated embedded pixels" ], "isolate_from_training": true }
The policy action is derived from the verdict tier, not a separate opinion — so the file never carries a "real" engine result and an "approve" action that contradict each other.
A suspicious or conflicted file routes to human review by default. The Policy Pack is built to escalate uncertainty, not to auto-clear it.
Plica is an independent layer. Policy actions feed your existing KYC and case-management stack — they don't replace it.
Free trial API · typed policy actions · webhook-ready
Try the API — free →