PHANTOM uses holographic computing to detect deepfakes, AI-generated media, and provenance β with zero-shot generator detection, O(1) latency, and no retraining required.
browser extension
billed monthly
creator tool
Upload any image, video frame, or audio file β get PHANTOM analysis in milliseconds.
Simple REST API. No SDK required. WebSocket for streaming.
# Analyze a file
curl -X POST https://api.strategic-innovations.ai/phantom/analyze \
-H "x-phantom-key: YOUR_KEY" \
-F "file=@video.mp4"
# Register provenance
curl -X POST https://api.strategic-innovations.ai/phantom/provenance/register \
-H "x-phantom-key: YOUR_KEY" \
-d "content_hash=HASH&device_id=DEVICE123"
# Verify provenance
curl -X POST https://api.strategic-innovations.ai/phantom/provenance/verify \
-H "x-phantom-key: YOUR_KEY" \
-d "content_hash=HASH&sig_id=SIG123"
# Response
{
"score": 72.4, // 0-100, AI probability
"generator_family": "diffusion_sd",
"confidence": 0.89,
"algorithms": {
"HRF": 68.2,
"PWES": 75.1,
"CBD": 74.0
},
"causal_breaks": [...],
"compliance": {
"EU_AI_Act": false,
"DAPA": false
}
}
Choose your plan or contact us for enterprise pricing
Full API access for AI detection.
O(1) AI detection. Cancel anytime.
Priority support + higher limits.
Priority support. Cancel anytime.
Volume pricing, dedicated support, SLA.