Feed it a phone number, a name, a photo, and a different handle per network. It fans out across X, Instagram, Facebook, News, YouTube, phone-identity and breach databases, then hands the raw signal to the AI intelligence engine — which returns a structured brief: background, profile summary, risks, and political leaning. As JSON. Through one API call.
▸ subject input
▸ analysis · json
each channel is one upstream API · select per request or run them all
runs against this server · no auth required
two endpoints · JSON in, JSON out · copy & run
phone, name, photoUrl, or handle:<network>), and whether its API key is configured on this server.analysis brief, and meta.▸ Copyable cURL — example: suumitshah
{
"phone": "+918104515596",
"name": "Suumit Shah",
"photoUrl": "https://unavatar.io/twitter/suumitshah",
"handles": {
"x": "suumitshah",
"instagram": "suumitshah",
"facebook": "suumitshah",
"youtube": "suumitshah"
},
"channels": ["x","instagram","news","identity"]
}
{
"subject": { "name", "identity_confidence",
"location", "occupation" },
"profile_summary": "…",
"background": "…",
"key_facts": ["…"],
"online_presence": [ {channel,summary,url} ],
"political_leaning": { "label", "confidence",
"evidence" },
"risk_assessment": { "overall",
"risks": [ {type,severity,detail} ] },
"notable_associations": ["…"],
"data_gaps": ["…"],
"sources": ["…"]
}