LogoAI ForensiX

Video Deepfake Detection

Detects face swaps, reenactment, lipsync manipulation, and synthetic video generation using AI-ForensiX deepfake detection engine.


Endpoint

POST /v1/video/detect

Request Body

FieldTypeRequiredDescription
filebinaryYesVideo file to analyze.
explainbooleanNoReturns detailed detection explanation.
urlstringNoRemote video URL (alternative to upload).

Example Request (cURL)

curl -X POST "https://forensiz.ai/" \
  -H "x-api-key: YOUR_API_KEY" \
  -F file=@"/path/video.mp4"

Response Status Codes

Status CodeMeaning
200 OKVideo processed successfully.
400 Bad RequestInvalid input or malformed request.
401 UnauthorizedInvalid or missing API key.
403 ForbiddenAccess denied.
404 Not FoundEndpoint does not exist.
413 Request Entity Too LargeVideo file exceeds allowed size.
415 Unsupported Media TypeIncorrect file format.
500 Internal Server ErrorUnexpected error during processing.

On this page