Deepfake Detection API
Detect audio and video deepfakes and verify voice identity
Deepfake Detection API
The Deepfake Detection API allows you to detect audio and video deepfakes and verify voice identity.
Audio Deepfake Detection
Detect if an audio file is a deepfake
Request Parameters
The audio file to analyze
Optional. Detection sensitivity (0.0-1.0). Higher values increase detection sensitivity but may lead to more false positives. Default: 0.5
Example Request
Example Response
Video Deepfake Detection
Detect if a video contains deepfaked content
Request Parameters
The video file to analyze
Optional. Whether to analyze the audio track as well. Default: true
Optional. Detection sensitivity (0.0-1.0). Default: 0.5
Example Request
Example Response
Voice Verification
Verify if two voice samples are from the same person
Request Parameters
The first audio file
The second audio file to compare with
Optional. Similarity threshold (0.0-1.0). Higher values require stronger similarity to consider a match. Default: 0.7