LogoAI ForensiX

Text Deepfake Detection

Analyzes text and PDF files to detect AI-generated or manipulated content.

Endpoint

POST /v1/text/detect

Request Body

FieldTypeRequiredDescription
filebinaryYesPDF or text file to analyze.
explainbooleanNoProvides detailed explanation of AI-generated content.
urlstringNoURL of file if upload is not used.

Example Request (cURL)

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

Response Status Codes

Status CodeMeaning
200 OKFile processed successfully.
400 Bad RequestMissing or invalid fields.
401 UnauthorizedInvalid or missing API key.
403 ForbiddenService not enabled for this API key.
404 Not FoundEndpoint does not exist.
413 Request Entity Too LargeFile exceeds size limit.
415 Unsupported Media TypeInvalid file format.
500 Internal Server ErrorUnexpected server error.

On this page