LogoAI ForensiX

API Services Task

Overview of AI-ForensiX deepfake detection and media intelligence task-based APIs.


Authentication

All API requests must include your API key:

You can generate and manage your API keys from the Haranzel Dashboard.


Task Creation Response Format

Every successful task creation request returns the following structure:

{
  "task_id": "123456789",
  "success": true
}

Response Status Codes

Status CodeMeaning
200 OKRequest successful; task created.
400 Bad RequestInvalid input or incorrect parameters.
401 UnauthorizedMissing or invalid API key.
403 ForbiddenService not enabled for this API key.
404 Not FoundThe endpoint or resource does not exist.
413 Request Entity Too LargeUploaded file exceeds size limit.
415 Unsupported Media TypeProvided file format is not supported.
500 Internal Server ErrorAn unexpected server-side error occurred.

On this page