Spaces:
Runtime error
Runtime error
metadata
title: Clickbait Detector API
emoji: 🎯
colorFrom: purple
colorTo: pink
sdk: docker
pinned: false
Clickbait Detector API
AI-powered API to detect and neutralize clickbait headlines using DistilBERT and T5.
Endpoints
GET /- API infoPOST /detect- Detect if headline is clickbaitPOST /rewrite- Rewrite clickbait to neutralPOST /analyze- Detect + rewrite in one call
Usage
import requests
response = requests.post(
"https://YOUR-SPACE.hf.space/detect",
json={"headline": "You Won't Believe What Happened!"}
)
print(response.json())
Powered by DistilBERT and T5.