Text Deepfake Detection
Analyzes text and PDF files to detect AI-generated or manipulated content.
| Field | Type | Required | Description |
|---|
file | binary | Yes | PDF or text file to analyze. |
explain | boolean | No | Provides detailed explanation of AI-generated content. |
url | string | No | URL of file if upload is not used. |
curl -X POST "https://forensiz.ai/" \
-H "x-api-key: YOUR_API_KEY" \
-F file=@"/path/file.pdf"
| Status Code | Meaning |
|---|
| 200 OK | File processed successfully. |
| 400 Bad Request | Missing or invalid fields. |
| 401 Unauthorized | Invalid or missing API key. |
| 403 Forbidden | Service not enabled for this API key. |
| 404 Not Found | Endpoint does not exist. |
| 413 Request Entity Too Large | File exceeds size limit. |
| 415 Unsupported Media Type | Invalid file format. |
| 500 Internal Server Error | Unexpected server error. |