DraftFilterAI Detector

AI detector

Find the sentences that sound like AI

Paste a draft and get a 0–100 AI-likelihood score with a per-sentence heatmap showing exactly where it reads machine-written. Then rewrite the flagged sentences until the whole draft sounds human.

0 / 5,000 characters free without an account

How it works

  1. 1. Scan

    Paste text or upload a file. Every sentence gets its own AI-likelihood score, rolled up into a document verdict.

  2. 2. See what sounds like AI

    The heatmap marks the sentences that read machine-written, so you fix the actual problem spots instead of guessing.

  3. 3. Rewrite until it sounds human

    The rewriter reworks flagged sentences and rescores the result, so you can see the improvement before you publish.

No black box: read how the detector scores text, including what the score means and where it can be wrong.

Built for automated content pipelines

If AI drafts your blog posts, product pages, or outreach, the writing is only half the pipeline — the other half is making sure it doesn't read like a template. DraftFilter slots in as the quality gate: score every generated draft, flag the sentences that sound like AI, and rewrite them until the piece sounds human, by hand in the app or automatically through the API.

For developers

The same detector behind the web app, as a JSON API: submit a score job, poll it, and get per-item is_ai scores back. Batch scoring, idempotency keys, and an OpenAPI spec included.

bash
curl -sS https://api.draftfilter.com/v1/score-jobs \
  -H "Authorization: Bearer $DF_API_KEY" \
  -H "Content-Type: application/json" \
  --data '{
    "idempotencyKey": "score-demo-001",
    "items": [{ "id": "post-1", "text": "Draft to check..." }]
  }'

Pricing

Free

$0

Anonymous scans with no account, or sign up for 10,000 scan words a month with heatmaps and scan history.

See plans

Plus

$15/mo

200,000 scan words and 30,000 humanize words a month in the web app, with longer per-scan limits.

See plans

Pro

$39/mo

1,000,000 scan words and 150,000 humanize words a month, plus API access and file uploads for pipelines.

See plans

Max

$200/mo

20,000,000 scan words and 3,000,000 humanize words a month — roughly 20x Pro, built for API and pipeline users.

See plans