Paste text or a URL — find out if a human actually wrote it.
Use the local JSON API for direct integration or testing. The main routes are below, followed by a sample `curl` request.
POST/api/analyze
POST/api/compare
GET/api/health
$ 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."}'