--- title: ForensicAI Analysis API emoji: 🔬 colorFrom: blue colorTo: indigo sdk: docker app_port: 7860 pinned: false license: mit --- # ForensicAI Analysis API Scientific forensic analysis tools for the ForensicAI GPT. For authorized investigation, education, and training use. ## Endpoints | Method | Path | Description | |--------|------|-------------| | POST | `/fingerprint_analysis` | Henry classification, minutiae scoring, ACE-V suitability | | POST | `/time_of_death` | Henssge PMI + livor/rigor mortis triangulation | | POST | `/dna_str_match` | CODIS STR Hardy-Weinberg match probability | | POST | `/digital_evidence_integrity` | Hash validation, acquisition trust, tamper indicators | | POST | `/toxicology_panel` | Symptom → substance class matching + confirmatory tests | | POST | `/ballistics_profile` | KE, caliber estimate, firing distance, wound type | | POST | `/evidence_integrity` | Chain of custody scoring and admissibility risk | | POST | `/case_classification` | Evidence profile → case type + priority evidence list | | GET | `/health` | Liveness check | Interactive docs at `/docs`.