All integrations
Facial recognition

Facecheck.id OSINT integration

Facial recognition matches from a public photo 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
What this integration is designed to return.
Image URL reverse-face search
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
Best for
Typical investigation fits.
Person identification from a photo
Cross-checking social profile pictures
Visual OSINT alongside text identifiers

Supported inputs & pricing

Prices are USD. LeakRadar tiers include unlock ceilings; other integrations are flat per query.

Facecheck.id SearchIn pricing by input type
Input typePrice
Namename$0.50
Image URLimage$0.50

How to access Facecheck.id

Access via SearchIn UI
Run the integration without leaving the dashboard.
  1. Choose Image URL (or Name only if you already have a photo URL workflow).
  2. Select Facecheck.id and paste a direct image URL.
  3. Wait for completion if status is running, then filter high-confidence hits.

What you'll see

  • ·Query image preview
  • ·Score filters (90%+, 80%+, 70%+)
  • ·Thumbnail grid with outbound links
  • ·Source metadata (totals, search id, timing)
Open with this integration
Access via API
Authenticate with x-api-key, then create a search job.

Use POST /v1/search with provider facecheck. Poll GET /v1/search/{id} when status is running (FaceCheck).

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"}'

Sample queries

image
https://example.com/portrait.jpg
Direct photo URL

FAQ

How do I use Facecheck.id in SearchIn?

Choose Image URL (or Name only if you already have a photo URL workflow). Select Facecheck.id and paste a direct image URL. Wait for completion if status is running, then filter high-confidence hits.

How do I call Facecheck.id from the API?

Send POST /v1/search with provider: "facecheck" and a supported input_type. Create an API key in the dashboard first.

What does it cost?

Name: $0.50. Image URL: $0.50.