Skip to content
Hugin
Platforms · Social evidence

Report public social evidence in one workflow

Hugin turns public posts, profiles, videos, captions, and outbound links into the same inspectable report shape: target normalization, source context, visible risk signals, exports, and webhook-ready events.

01CollectStart with a public Reddit post URL or a bounded evidence packet from a supported social surface.
02AnalyzeHugin normalizes the target and checks visible funnel, link, solicitation, and public-intel signals.
03ExportSend the JSON report, webhook-shaped event, CSV archive row, or stable report URL into review workflows.

What the platform catalog is for

The catalog is the public routing map for tools that want to send social evidence into Hugin. Reddit URLs can be scanned directly. YouTube, Instagram, and Facebook can be reported through public evidence packets or approved platform connectors.

Coverage

Supported reporting modes

Evidence packet contract

Use the social evidence endpoint when a browser tool, moderation queue, or analyst already holds public platform evidence and needs the Hugin report shape across networks.

curl -X POST https://hugin.studio/api/v1/social/evidence   -H "Content-Type: application/json"   -d '{
    "platform": "instagram",
    "target_url": "https://www.instagram.com/public-handle/",
    "bio": "DM me on Telegram for guaranteed crypto profits",
    "external_links": ["https://t.me/public-handle"],
    "recent_posts": [
      { "text": "Link in bio to claim your trading reward." }
    ],
    "webhook_url": "https://your-public-https-endpoint.invalid/hugin"
  }'

Cache-friendly platform discovery

The platform catalog supports GET, HEAD,OPTIONS, If-None-Match, and a route-specific X-Hugin-Social-Platforms-ETag header, so connectors can poll cheaply without downloading the same catalog over and over.

curl -I https://hugin.studio/api/v1/social/platforms
curl -H 'If-None-Match: <etag>' https://hugin.studio/api/v1/social/platforms

Connector boundary

YouTube can be hydrated through the official Data API once a server key is configured. Instagram and Facebook live hydration should run through approved Meta permissions and app review. Hugin does not ask users for social credentials or scrape private sessions.