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.
Quick start
Create a key and run your first search in a few minutes.
Authentication
Send x-api-key on every authenticated request.
Enterprise onboarding
Share with your IT team: SSO, MFA, roles, and audit.
Search workflow
Synchronous results vs FaceCheck polling.
Providers
Input types, prices, and sample queries per source.
Base URL
https://apiv1.osintverse.comInteractive 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_typepairs 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.