The hosted scanner audits public Reddit post URLs directly and returns a report URL.
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.
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.
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.