📚 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
}
}