OSINTverse

SearchIn API

One REST API for every SearchIn provider. Personal keys bill you; team keys bill the shared workspace wallet.

Integrate LeakRadar, OSINT Industries, Facecheck.id, SecurityTrails, and every other SearchIn source through one endpoint. Create a search with POST /v1/search, poll when the job is async, and pay only for the queries you run — from a personal wallet or a team wallet. How teams work.

Base URL

https://apiv1.osintverse.com

Interactive references stay on the API host:

What you get

  • Personal or team keys — prefixed ov_, created in Dashboard → API keys. Switch workspace first if the key should bill a team.
  • Workspace credits — the same prepaid USD as the SearchIn UI for that workspace. Top up at Billing.
  • Flat per-query prices — see the pricing matrix. Invalid provider + input_type pairs return HTTP 422.
  • No provider lock-in — switch sources without a new contract.

Same product as the UI

SearchIn in the browser and the SearchIn API hit the same FastAPI backend. If a search works in the dashboard on a given workspace, the same provider, input_type, and query work over HTTP against that workspace’s wallet.

On this page