The research endpoint builds a comprehensive dossier for each contact you submit by resolving their identity across multiple platforms and aggregating publicly available profile data into a single structured result. You can submit contacts by their person ID (as returned from people search) or by passing platform handles directly — The Hog resolves the identity automatically. Because this endpoint performs live cross-platform lookups, responses are synchronous but may take between 2 and 30 seconds depending on the number of contacts and platforms involved. For large batches, call the estimate endpoint first to confirm credit cost and expected latency.Documentation Index
Fetch the complete documentation index at: https://docs.thehog.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Authentication
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <your-api-key> |
X-Project-Id | No | Optional project context. |
Body Parameters
List of contacts to research, identified by their The Hog person ID. Use this when you already have IDs from a prior people search call.
List of platform handles for contacts you want to research without a prior person ID lookup. The Hog resolves each handle to a person record before building the dossier.
Project context override. Overrides the
X-Project-Id header when set.You must provide at least one of
people or identities. Both can be included in the same request.Response
The response is synchronous with a200 status code. Expect a latency of 2–30 seconds.
One result object per contact researched.
Request metadata and cost information.