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 Code | Meaning |
|---|---|
| 200 OK | Request successful; task created. |
| 400 Bad Request | Invalid input or incorrect parameters. |
| 401 Unauthorized | Missing or invalid API key. |
| 403 Forbidden | Service not enabled for this API key. |
| 404 Not Found | The endpoint or resource does not exist. |
| 413 Request Entity Too Large | Uploaded file exceeds size limit. |
| 415 Unsupported Media Type | Provided file format is not supported. |
| 500 Internal Server Error | An unexpected server-side error occurred. |