EdVance Consulting EdVance Consulting Digital Incident Forensics · Demo

API explorer

Simple, static API preview. These payloads are demo-only but mirror what a real integration might expose.

Endpoint

GET /api/incidents/{id}

Full analysis for a single incident, including deepfake and slang scores.

Example response

{
    "id": "INC69224ebbdd64e7",
    "risk": "High",
    "fusion_score": 0.86,
    "deepfake": {
        "probability": 0.81,
        "model_version": "dfx-1.2-demo"
    },
    "text_analysis": {
        "toxicity_score": 0.78,
        "slang_terms": [
            "ratioed",
            "npc"
        ]
    },
    "chain_of_custody": {
        "file_hash": "sha256:demo123...",
        "first_seen_at": "2025-11-23T00:47:44Z"
    }
}