DEVELOPER PORTAL

Deepfake Detection API

Add AI detection to your product in minutes.

Integration Guide

v1.2.0

Python SDK

python
import deepfakedetection as dfd

client = dfd.Client(api_key="YOUR_KEY")

result = client.scan(
    image_url="https://cdn.xyz.com/img.jpg",
    forensic_depth="high"
)

# Output Forensic Report
print(result.score) # 0.982
print(result.is_manipulated) # True

cURL Request

bash
curl -X POST "https://api.deepfakedetection.co/v1/scan" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@path/to/media.mp4" \
  -F "type=video"
abstract close-up of a glowing digital circuit board with blue light patterns suggesting high-tech forensic analysis

Forensic Depth

Our API doesn't just return a score. We provide a full forensic dossier including heatmaps of manipulation zones, metadata consistency checks, and frequency analysis.

  • check_circleREAL-TIME LATENCY (< 200MS)
  • check_circleSOC2 TYPE II COMPLIANT
  • check_circleMULTI-MODAL ANALYSIS

Technical Whitepaper

Review our methodology and the underlying neural networks trained on 50M+ verified samples.

View Documentation arrow_forward
Sustainable Pricing

Build Truth into your Workflow

Developer Favorite

Prototype

For developers and small teams.

Free
  • token100 Scans / month
  • apiStandard API Access
  • groupCommunity Support
Start Building

Production

Scale with confidence.

$499/mo
  • token10,000 Scans / month
  • speedPriority Queue
  • analyticsDetailed Forensic Reports
Go Pro

Enterprise

Custom forensic solutions.

Custom
  • all_inclusiveUnlimited Scans
  • shield_personOn-Prem Deployment
  • support_agent24/7 Dedicated Support
Contact Sales
highly organized rows of servers in a high-tech data center with subtle blue lighting representing secure forensic processing
verified_userImmutable Integrity

Every API scan is cryptographically signed and stored in a private forensic ledger to ensure the chain of custody for legal evidence.

ARCHITECTED FOR TRUTH

Built for Forensic Integrity.

Global Scale Infrastructure

Edge-deployment ensures low-latency scans regardless of where your users are located.

Zero-Knowledge Processing

We don't store your source media. Files are processed in volatile memory and instantly purged.