VerifyDating Anti-Catfish & Facial Intelligence API

Automated real-time profile photo screening, deepfake AI detection, and stolen face cross-matching for dating apps, social communities, and marketplaces.

Developer Free

$0 / forever
100 Scans / month
Stolen Face Reverse Match
Sub-100ms API Response
JSON REST Webhooks
Generate Sandbox Key

Starter App

$49 / month
2,500 Scans / month
Automated On-Registration Scan
Romance Scam Risk Score
Email Fast-Track Support
Subscribe Starter ($49/mo) ↗

Enterprise Scale

$199 / month
100,000+ Scans / month
Raw Scam Hash Stream
Dedicated SLA (99.99%)
Custom Face Match Models
24/7 Priority Support
Subscribe Scale ($199/mo) ↗

⚡ Instant Developer Sandbox (100 Free Scans/Mo)

Generate your free API Key to screen dating profile photos directly from your backend.

📚 API Reference: POST /api/v1/face/check

Upload a profile picture file or pass a public image URL to verify authenticity against the global romance scam intelligence database.

POST https://verifydating.net/api/v1/face/check
Example cURL Request:
curl -X POST "https://verifydating.net/api/v1/face/check" -H "X-API-Key: YOUR_API_KEY" -H "Content-Type: application/json" -d '{"image_url": "https://example.com/suspicious_profile_pic.jpg"}'
Sample JSON Response:
{ "status": "success", "scan_id": "9f82c401-b21a-4dc2-8c10-5847e12f00a3", "scam_probability": 94, "risk_level": "CRITICAL_ROMANCE_SCAM_FLAG", "action_recommendation": "REJECT_PROFILE_AND_AUTO_BAN", "verdict": "Stolen Identity / High-Risk Romance Scam Signature", "forensic_details": { "matches_count": 8, "deepfake_probability": 81.2, "stolen_photo_detected": true, "scammer_info": "Active across multiple social networks under 6 different aliases. Associated with Pig Butchering crypto recruitment." }, "quota": { "tier": "pro_growth", "remaining": 24890, "limit": 25000 } }