AI Slop
Detector.

Paste text or a URL — find out if a human actually wrote it.

0 words 20-word minimum, 50+ recommended
The page will be scraped and analyzed automatically.
Supported: .txt, .md, .pdf
Compare two writing samples side by side.

Use the local JSON API for direct integration or testing. The main routes are below, followed by a sample `curl` request.

Analyze POST/api/analyze
Compare POST/api/compare
Health GET/api/health
Example Request
$ curl -X POST http://127.0.0.1:5000/api/analyze \
  -H "Content-Type: application/json" \
  -d '{"text":"Paste at least 20 words here for analysis."}'