Detector24
Image Deepfake Detection
ImageAI Generation and Editing

Image Deepfake Detection

Detect deepfakes and face manipulations using BYNN SOTA model

Accuracy
99.9%
Avg. Speed
3.0s
Per Request
$0.0075
API Name
effort-deepfake-image

API Reference

Version
2601
Jan 3, 2026
Avg. Processing
3.0s
Per Request
$0.0075
Required Plan
trial

Input Parameters

EFFORT deepfake detection for images and videos. Trained on DF40 dataset with 31 deepfake methods. AUC: 99.924%

image_urlstring

URL of the image to analyze

Example:
https://example.com/face.jpg
base64_imagestring

Base64-encoded image data

Example:
/9j/4AAQSkZJRgABAQAA...
video_urlstring

URL of the video to analyze (extracts 8 frames)

Example:
https://example.com/video.mp4
base64_videostring

Base64-encoded video data

Example:
AAAAIGZ0eXBpc29t...

Response Fields

Deepfake detection results with confidence scores

is_fakeboolean

True if deepfake detected

Example:
true
is_realboolean

True if authentic/real content

Example:
false
fake_probabilityfloat

Probability that content is fake (rescaled: 0.9-1.0 becomes 0-1)

Example:
0.85
confidencefloat

Model confidence score

Example:
0.9998
labelstring

Classification label

Example:
fake

Complete Example

Request

{
  "model": "effort-deepfake",
  "image_url": "https://example.com/face.jpg"
}

Response

{
  "success": true,
  "data": {
    "is_fake": true,
    "is_real": false,
    "fake_probability": 0.85,
    "confidence": 0.9998,
    "label": "fake"
  }
}

Additional Information

Rate Limiting
If we throttle your request, you will receive a 429 HTTP error code along with an error message. You should then retry with an exponential back-off strategy, meaning that you should retry after 4 seconds, then 8 seconds, then 16 seconds, etc.
Supported Formats
gif, jpeg, jpg, png, webp
Maximum File Size
20MB
Tags:deepfakemanipulationaiface-swapeffort

Ready to get started?

Integrate Image Deepfake Detection into your application today with our easy-to-use API.