✦ Powered by Multimodal AI Fallback Rotation

Stop Phishing Before It Happens.
Zero-Day Visual Detection.

Unlike traditional databases that rely on known blocklists, PhishVision actually looks at the website. We capture a visual snapshot and detect brand impersonations and malicious JS skimmers instantly.

View API Reference Start Free Trial
The Process

How PhishVision works

We combine headless browser automation with multimodal vision LLMs to detect the undetectable.

STEP 1
Submit URL
Send the target URL to our API. Our systems validate the URL format and execute SSRF-protection checks.
STEP 2
Visual Capture
A secure headless browser visits the site, blocks tracking/media for speed, and captures a high-fidelity visual snapshot.
STEP 3
Forensic Analysis
Multimodal AI (Groq/Gemini/DeepSeek) visually inspects the page for brand impersonation, urgent messaging, and skimmers.

Detect threats with one cURL.

Request
curl -X POST https://opticparse-1opticparse-node-sg.onrender.com/api/phish-detect \
  -H "Content-Type: application/json" \
  -d '{
    "url": "http://secure-login-paypal.com.scam-site.net"
  }'
response.json
{
  "verdict": "phishing",
  "confidence_score_percentage": 98,
  "impersonated_brand": "PayPal",
  "threat_indicators": [
    "Urgent call to action requesting credentials",
    "Logo mismatch with official PayPal branding",
    "Suspicious form action pointing to external IP"
  ]
}