shield DeepfakeDetectionAPI
Image classifier live

Deepfake detection.
One POST request.

Send an image URL or upload a file, get back a confidence score. Free tier: 50 images, no card.

50 free checks · No card · SOC 2 in progress · GDPR-aligned
POST /api/detect
# Detect a deepfake from any image URL
curl -X POST https://deepfakedetectionapi.ai/api/detect \
  -H "Authorization: Bearer dfd_xxxx_xxxx_xxxx_xxxx" \
  -H "Content-Type: application/json" \
  -d '{"imageUrl": "https://example.com/photo.jpg"}'

# Response (200 OK, ~400ms)
{
  "is_deepfake": false,
  "confidence": 0.97,
  "model": "deepfake_detection",
  "timestamp": "2026-04-28T19:00:00Z"
}

~400ms

Median p50

~95%

Bench accuracy*

3lines

To integrate

$0

To start, no card

*FaceForensics++ test split. Accuracy varies with image quality and generator. Methodology →

/ how it works

Three steps. No SDK.
No webhook setup.

01 Sign up

Get an API key in 30 seconds.

Drop your email, get a dfd_… key with 50 image, 10 video, 10 voice credits. No card.

02 Post

Send an image URL or file.

POST /api/detect with JSON {imageUrl} or multipart. Bearer token auth. That's the integration.

03 Score

Read the confidence score.

Response: is_deepfake, confidence, model, timestamp. Wire into fraud, KYC, or moderation pipelines.

What you get

An API engineers can actually trust in production.

Read the docs arrow_forward
bolt

Real-Time Detection

Optimized low-latency inference allows you to detect deepfakes during live streams or high-traffic uploads.

target

Industry-Leading Accuracy

Trained on the largest proprietary dataset of synthetic media across GANs, Diffusers, and VAEs.

integration_instructions

Easy Integration

Plug-and-play SDKs for Python, Node.js, and Ruby. Integrated with AWS, GCP, and Azure pipelines.

speed

Scales to Millions

Elastic infrastructure that automatically handles burst traffic during viral events or breaking news cycles.

verified_user

Enterprise Compliance

SOC2 Type II compliant, GDPR ready, and private VPC deployment options for strict security requirements.

query_stats

Detailed Analytics

Advanced dashboard providing trends, threat landscape reports, and deep-dive forensic analysis tools.

Scale Your Safety

Simple, usage-based pricing for teams of all sizes.

Starter

$99 /mo
  • done 5,000 API Calls
  • done Basic Email Support
  • done Standard Accuracy
Recommended

Professional

$499 /mo
  • done 30,000 API Calls
  • done 24/7 Priority Support
  • done Advanced Forensic Reports
  • done Dedicated Cloud Instances

Enterprise

Custom
  • done Unlimited API Calls
  • done Custom SLA Guarantees
  • done On-Prem / VPC Deploy
  • done Account Manager

Frequently Asked Questions

What types of media can the API detect?

expand_more

How do you handle data privacy?

expand_more

Can I try the API before committing?

expand_more