Video Deepfake Detection
Detects face swaps, reenactment, lipsync manipulation, and synthetic video generation using AI-ForensiX deepfake detection engine.
| Field | Type | Required | Description |
|---|
file | binary | Yes | Video file to analyze. |
explain | boolean | No | Returns detailed detection explanation. |
url | string | No | Remote video URL (alternative to upload). |
curl -X POST "https://forensiz.ai/" \
-H "x-api-key: YOUR_API_KEY" \
-F file=@"/path/video.mp4"
| Status Code | Meaning |
|---|
| 200 OK | Video processed successfully. |
| 400 Bad Request | Invalid input or malformed request. |
| 401 Unauthorized | Invalid or missing API key. |
| 403 Forbidden | Access denied. |
| 404 Not Found | Endpoint does not exist. |
| 413 Request Entity Too Large | Video file exceeds allowed size. |
| 415 Unsupported Media Type | Incorrect file format. |
| 500 Internal Server Error | Unexpected error during processing. |