
Detect AI-generated or cloned voices
Detects deepfake audio and synthetic speech from TTS systems
audio_urlstringRequiredURL of audio file to check for deepfake/synthetic speech
https://example.com/voice.mp3Deepfake audio detection result
is_bonafidebooleanTrue if authentic real voice
trueis_spoofbooleanTrue if AI-generated/deepfake audio detected
falsebonafide_probabilityfloatProbability that audio is real (0.0-1.0)
0.94spoof_probabilityfloatProbability that audio is deepfake (0.0-1.0)
0.06confidencefloatDetection confidence (0.0-1.0)
0.96labelstringClassification result
bonafide{
"model": "voice-deepfake-detection",
"audio_url": "https://example.com/voice.mp3"
}{
"success": true,
"data": {
"is_bonafide": true,
"is_spoof": false,
"bonafide_probability": 0.94,
"spoof_probability": 0.06,
"confidence": 0.96,
"label": "bonafide"
}
}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.Integrate Voice Deepfake Detection into your application today with our easy-to-use API.