DeBotify API

Integrate humanizer, detector, paraphraser, and grammar checker endpoints into your own app.

POST/api/humanize

Humanize Text

Rewrite AI-generated text with natural phrasing and better readability.

curl -X POST https://your-domain.com/api/humanize \
  -H "Content-Type: application/json" \
  -d '{"text":"Your text","mode":"default"}'
POST/api/detect

Detect AI

Get AI-vs-human scores and a concise detector explanation.

curl -X POST https://your-domain.com/api/detect \
  -H "Content-Type: application/json" \
  -d '{"text":"Your text"}'
POST/api/paraphrase or /api/grammar-check

Paraphrase and Grammar

Run dedicated rephrase or grammar correction workflows.

curl -X POST https://your-domain.com/api/paraphrase \
  -H "Content-Type: application/json" \
  -d '{"text":"Your text","mode":"academic"}'

Built for production workflows

Use lightweight JSON APIs for moderation pipelines, writing assistants, and student platforms.

Humanizer Endpoint

Integrate rewriting directly into your product workflow with a REST API call.

Detector Endpoint

Score user-generated content for AI likelihood before moderation, publishing, or submission.

Paraphrase + Grammar

Provide automatic rephrasing and grammar fixes as value-add writing tools in your app.

API FAQ