EssayDetector API

Detect AI-like patterns in text and get a per-sentence evidence array — not a bare probability. Paid access only; every response is transparent about the method and quota state.

Quick start

curl -X POST https://essaydetector.org/api/v1/detect \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text": "Your draft here (100 to 20000 words)."}'

Request an API key via the site contact channel. Keys carry a monthly word quota; usage is returned in every response.

Pages