Suspicious message?
AI checks it in seconds.
Paste any suspicious SMS, WhatsApp, email, or screenshot. Our AI analyzes it against 6+ threat intelligence sources and gives you an evidence-based risk score instantly. 100% free.
1 in 5 UPI users affected by fraud
QR code scams, fake collect requests, OTP theft — 51% never report
How Our AI Protects You
Three steps — powered by AI + threat intelligence
Paste or Upload
Copy any suspicious SMS, WhatsApp, email, or screenshot — AI reads text and images
AI Analyzes Instantly
AI scans for scam patterns while 6+ threat intel sources check links, domains, and phone numbers in parallel
Get AI Verdict
Evidence-based risk score, AI-generated safety advice, RBI guidelines, and a shareable scam alert card
Forward suspicious messages.
Get instant AI verdict.
Got a suspicious SMS, WhatsApp forward, or scam link? Just forward it to our WhatsApp bot. Send text or screenshots — AI extracts text from images, analyzes everything in seconds, and sends back a risk assessment right in your chat.
Scan to start chatting
Or tap the button on mobile
How To Use Savdhaan AI
Three ways to check suspicious messages — pick what works for you
Paste on Website
Copy any suspicious message and paste it in the scan box above. Upload screenshots too.
Try it now ↑WhatsApp Bot
Forward suspicious messages directly to our WhatsApp bot. Get AI verdict in your chat.
Step-by-step guide →Developer API
Integrate scam detection into your app with a single API call. 10 free scans/hour.
View API docs →Trusted & Privacy-First
Your data is safe with us — built on transparency, not tracking
Data Deleted in 1 Hour
Your scan content is processed in real-time and automatically deleted within 1 hour. We never keep your messages.
No Data Selling. Ever.
We don't sell, share, or monetize your personal data. No advertisers, no data brokers, no hidden tracking.
DPDP Act Compliant
Fully compliant with India's Digital Personal Data Protection Act, 2023 and the IT Act, 2000.
We Never Store Your Personal Information
All scanned content is processed in memory, never written to disk, and automatically purged. We cannot see, access, or retrieve your data after analysis.
India Cyber Fraud: The Numbers
Source: NCRB, I4C, RBI reports (2024-25)
12 Scam Types Our AI Detects
AI trained on thousands of real scam patterns targeting Indians
UPI & QR Code Scams
We detect deceptive payment requests, urgency manipulation, and known UPI scam patterns be...
Phishing Links (SMS / WhatsApp / Email)
We analyze message language, link structure, impersonation signals, and known phishing tac...
Fake Investment & Trading Scams
We detect high-return fraud signals and suspicious financial persuasion patterns common in...
Digital Arrest / Govt Impersonation
We identify authority impersonation patterns, fear-based manipulation tactics, and known d...
Fake Job Offer Scams
We identify employment-related fraud signals and common fee-based job scam structures used...
Remote Access / Tech Support Scams
We flag remote control exploitation patterns and warn against unsafe app installation requ...
Social Media & Messaging Scams
We detect social engineering patterns, OTP theft attempts, and known social media scam tem...
Online Marketplace Scams (OLX / Facebook / Instagram)
We detect payment deception tactics and fake transaction manipulation patterns used in mar...
SIM Swap & OTP Hijack Scams
We flag account takeover signals, OTP theft patterns, and guide you on immediate protectio...
Fake Billing & Utility Payment Scams
We detect impersonation attempts and urgency-based billing fraud targeting utility custome...
Predatory Loan App Scams
We detect predatory lending patterns, unauthorized data access requests, and known illegal...
Lottery / Prize Scams
We identify lottery and prize fraud patterns including fake claims, fee extraction tactics...
Know Your Rights (RBI Guidelines)
The Reserve Bank of India protects you
Zero Liability on Fraud
Report unauthorized transactions within 3 days. Your bank MUST reverse the amount. (RBI Circular, 2017)
Bank Must Resolve in 10 Days
After you report, the bank must credit the disputed amount within 10 working days.
No OTP/PIN Requests
RBI strictly prohibits banks from requesting OTP, PIN, CVV, or passwords via any channel.
Escalate to Ombudsman
If your bank doesn’t resolve within 30 days, file at RBI Banking Ombudsman: cms.rbi.org.in
Emergency Helplines
If you've been scammed, act fast — you have 15 minutes
Bank Fraud Helplines
Our AI Technology Stack
AI-powered analysis backed by real-time threat intelligence
AI Scam Analysis
Reads message intent, detects manipulation patterns, identifies impersonation tactics, and explains every risk signal in plain language.
6+ Threat Intel Sources
Every link, domain, and phone number is checked in real-time against Google Safe Browsing, PhishTank, URLhaus, Spamhaus, and WHOIS.
Screenshot AI (OCR)
Upload a screenshot and AI extracts the text automatically — works with WhatsApp chats, SMS, payment apps, and scam emails.
Privacy-First
We never store your messages. AI processes and discards — zero data retention. 100% free, no ads, no tracking.
Backed by trusted threat intelligence
Build with the Savdhaan API
Integrate real-time scam detection into your platform. Scan text, images, and URLs against 6+ threat intelligence sources with a single API call.
- Real-time text and image scanning
- 6+ threat intelligence sources
- Server-Sent Events for streaming results
- 10 free scans/hour to get started
curl -X POST /api/v1/scan \
-H "X-API-Key: svd_your_key" \
-H "Content-Type: application/json" \
-d '{
"content": "You won a prize!
Click http://bit.ly/xyz",
"content_type": "text"
}'{
"ok": true,
"data": {
"risk_score": 92,
"risk_level": "critical",
"scam_type": "lottery_prize"
}
}