Facial Search API for Identity Verification
Submit an image and receive public web match results. ClearCheck Data scans public sources to find matching profile photos — supporting profile verification, impersonation detection, and investigation workflows.
- Image-based public web matching across 200+ platforms
- Profile verification and impersonation detection
- OSINT and investigation support
- Confidence-ranked match results with source links
What Facial Search Returns
Public Web Matching
Submit an image URL or base64-encoded photo. The engine scans public web sources and returns ranked matches with source URLs and confidence scores.
Impersonation Detection
Identify cases where a person's image is being used under a different name or in a fraudulent context across social media and public profiles.
OSINT Investigations
Enrich investigation workflows with image-based identity signals. Find linked accounts, profile photos, and public web appearances.
Profile Verification
Verify that a submitted profile photo matches the identity claimed. Cross-reference images against public sources to confirm authenticity.
Confidence Ranking
All match results are ranked by confidence score. Higher scores indicate closer visual matches — filter by threshold for your use case.
Responsible Use
Facial search is intended for permitted investigative, fraud prevention, and identity verification use cases only. Misuse is prohibited.
Submit Image, Receive Matches
POST /api/developer/face_search Authorization: Bearer YOUR_API_KEY { "image_url": "https://example.com/photo.jpg" } // Completed response { "matches": [ { "url": "https://...", "confidence": 0.92, "source": "example_network" } ]}
⚠ Facial search must only be used for lawful, permitted purposes. Users are responsible for compliance with applicable laws.