VeriFeed
Sign in Get started

Fact-check at scale, via API.

Send a reel URL, get a structured multi-model verdict back as JSON — confidence, extracted claims, political lean, and source citations. Same engine that powers the site.

1

Get a key

Create a free account and grab your API key from the dashboard.

2

POST a URL

Send any public reel, TikTok, or Shorts link to the endpoint.

3

Get JSON

Receive the verdict, claims, sources, and confidence in one response.

# Fact-check a reel
curl https://factcheck.madhavsomani.com/api/check \\
  -H "X-API-Key: YOUR_KEY" \\
  -H "Content-Type: application/json" \\
  -d '{"url": "https://www.instagram.com/reel/ABC123/"}'

# Response
{
  "verdict": "misleading",
  "confidence": 0.82,
  "claims": [ ... ],
  "sources": [ ... ]
}
Get your API key See pricing