Facecheck.id
Facial recognition matches from a photo file or public image URL.
Facecheck.id compares a query image against indexed faces and returns scored web matches with thumbnails and source URLs. Searches may run asynchronously — SearchIn polls until results complete.
Capabilities
- Reverse-face search from an uploaded photo or image URL
- Confidence scores and platform hints from match URLs
- Filter matches by score and host / platform text
- Async job support with automatic polling in the UI
What you get back
- Query image preview
- Score filters (90%+, 80%+, 70%+)
- Thumbnail grid with outbound links
- Source metadata (totals, search id, timing)
UI workflow
Choose Image, then upload a photo or paste a direct image URL.
Select Facecheck.id.
Wait for completion if status is running, then filter high-confidence hits.
Sample queries
| Input type | Query | Notes |
|---|---|---|
image | https://example.com/portrait.jpg | Direct photo URL |
Pricing
image $0.50
Best for
- Person identification from a photo
- Cross-checking social profile pictures
- Visual OSINT alongside text identifiers
API example
$0.50 per query. Live runs charge the active workspace wallet — the same rates as the dashboard.
Matches shown
15
300 indexed faces
Top score
97%
High confidence
14
Score 80%+
Platforms
4
12.4s search

Query image
https://example.com/portrait.jpg
search_id c1e823d0-c8be-486a-aad0-4405a6326c88
curl -X POST "https://apiv1.osintverse.com/v1/search" \ -H "Content-Type: application/json" \ -H "x-api-key: ov_your_api_key" \ -d '{"provider":"facecheck","input_type":"image","query":"https://example.com/portrait.jpg"}'Invalid provider + input_type pairs return HTTP 422. Confirm combinations with GET /v1/providers or the pricing matrix.
Run this in the SearchIn UI or create an API key. Full HTTP reference: search workflow. Marketing overview: Facecheck.id integration.