
Detect misinformation and fake news in text content
Detects fake news and misinformation in text content
textstringRequiredNews article or text content to analyze for misinformation
Breaking: Scientists announce revolutionary discovery that changes everything we know about physicsFake news detection result with probability scores
labelstringClassification result
realis_fakebooleanTrue if fake news detected
falsereal_probabilityfloatProbability that content is real/factual (0.0-1.0)
0.88fake_probabilityfloatProbability that content is fake/misinformation (0.0-1.0)
0.12confidencefloatClassification confidence (0.0-1.0)
0.9{
"model": "fake-news-detection",
"content": "Breaking: Scientists announce revolutionary discovery that changes everything we know about physics"
}{
"success": true,
"data": {
"label": "real",
"is_fake": false,
"real_probability": 0.88,
"fake_probability": 0.12,
"confidence": 0.9
}
}429 HTTP error code along with an error message. You should then retry with an exponential back-off strategy, meaning that you should retry after 4 seconds, then 8 seconds, then 16 seconds, etc.Integrate Fake News Detection into your application today with our easy-to-use API.