Guard
Deepfake detection
Video, audio, and image liveness against GAN attacks.
Supported media
- Video (mp4, webm) — face swap, deep video puppetry, injection attacks.
- Audio (wav, mp3) — cloned voice, TTS impersonation.
- Image (jpg, png) — synthetic media, GAN-generated portraits.
Endpoint
POST https://api.xobriq.com/v1/guard/deepfake
Sample request
bash`curl -X POST https://api.xobriq.com/v1/guard/deepfake \ -H "Authorization: Bearer $XOBRIQ_KEY" \ -F "media=@selfie.mp4" \ -F "session_id=onboarding_9182"`
Response
json`{ "authentic": true, "confidence": 0.994, "liveness": "passive+active", "manipulations": [] }`