ParentProof by FrameBright

Content Intelligence Platform

Ship safer content, faster.

ParentProof delivers scene-level video analysis, programmable policy engines, and real-time moderation APIs that deploy into your ingest pipeline — not bolted on after the fact.

{
  "asset_id": "ast_7xKm2pQ9",
  "run_id": "run_3fTv8nR1",
  "status": "complete",
  "duration_ms": 1284,
  "findings": {
    "violence": {
      "severity": "moderate",
      "scenes": 3,
      "timestamps": ["00:12:04", "00:34:17", "01:02:41"]
    },
    "language": {
      "severity": "mild",
      "instances": 7,
      "flagged_terms": 2
    },
    "nudity": { "severity": "none", "scenes": 0 },
    "substance_use": { "severity": "mild", "instances": 2 },
    "age_rating": {
      "recommended": "TV-14",
      "regional": { "MPAA": "PG-13", "BBFC": "12A", "ACB": "M" }
    },
    "confidence": 0.97
  }
}

Trusted by teams across

Streaming

EdTech

Gaming

Social

Broadcast

10B+

Video frames classified

99.97%

API availability (trailing 90d)

<200ms

Median response time (p50)

Built for the hardest problems in content safety

01

Scene-Aware Video Analysis

Frame-by-frame multimodal classification across violence, language, nudity, substance use, and 40+ content signals. Temporal scene understanding, not keyword matching — real visual and audio comprehension with sub-second granularity.

02

Programmable Policy Engine

Define custom content rules in code or through the dashboard. Route edge cases to human reviewers with full context. Every decision is logged, auditable, and explainable — built for regulatory scrutiny, not just internal review.

03

Structured Moderation API

RESTful API that returns machine-readable findings per asset with typed schemas. Integrate into ingest pipelines, CMS workflows, or partner distribution portals in a single sprint.

04

Multi-Region Age Rating Automation

Consistent, explainable age ratings mapped to every major regional scheme — MPAA, BBFC, PEGI, ACB, FSK, and KIJKWIJZER — with human override workflows and full audit trails for compliance teams.

05

Trust & Safety Operations

Priority-ranked moderation queues, intelligent escalation routing, immutable audit trails, and regulator-ready compliance reporting. Purpose-built for T&S teams, not repurposed ticketing.

One call. Complete analysis.

Submit any video asset and get structured, machine-readable findings in seconds.

curl -X POST https://api.parentproof.ai/v1/analyze 
  -H "Authorization: Bearer pp_live_sk_7x9Km2..." 
  -H "Content-Type: application/json" 
  -H "X-Idempotency-Key: $(uuidgen)" 
  -d '{
    "url": "https://cdn.example.com/titles/tt-4821/master.mp4",
    "policy_id": "pol_US_streaming_v3",
    "webhooks": {
      "on_complete": "https://hooks.example.com/parentproof"
    }
  }'
{
  "asset_id": "ast_9fRt3vQp",
  "run_id": "run_4kLm8nBx",
  "status": "complete",
  "api_version": "2025-01-15",
  "findings": {
    "violence": {
      "severity": "moderate",
      "scenes": 3,
      "timestamps": ["00:12:04.320", "00:34:17.891", "01:02:41.004"],
      "max_intensity": 0.72
    },
    "language": {
      "severity": "mild",
      "instances": 7,
      "profanity_density": 0.003
    },
    "nudity": { "severity": "none", "scenes": 0 },
    "substance_use": {
      "severity": "mild",
      "instances": 2,
      "categories": ["alcohol"]
    },
    "age_rating": {
      "recommended": "TV-14",
      "confidence": 0.97,
      "regional_mappings": {
        "MPAA": "PG-13",
        "BBFC": "12A",
        "PEGI": "12",
        "ACB": "M",
        "FSK": "12"
      }
    }
  },
  "processing_ms": 1847,
  "model_version": "pp-vision-3.2"
}

Go live in four steps

1

Install the SDK

npm, PyPI, or Go module. Typed clients with full IDE support. First API call in under five minutes.

2

Define Your Policies

Set content thresholds, regional rating targets, and escalation rules through code or the dashboard.

3

Wire Your Pipeline

Point your ingest, CMS, or distribution workflow at the API. Webhooks and event streams for async results.

4

Ship with Confidence

Real-time analysis on every asset. Operational dashboard, anomaly alerts, and compliance audit from day one.

See it analyze your content — live.

30-minute technical walkthrough with an engineer. Bring your own assets. No slides, no fluff — just the product.