Developer API

AI Humanizer API: Build Detection-Proof Content Into Your Product

One REST API for humanizing, paraphrasing, grammar-checking, and AI detection. Integrate detection-proof writing into your CMS, content pipeline, or product with a few lines of code.

RESTful API

Simple JSON in, JSON out. Any language works.

Fast Processing

8-25 second response time depending on length

99%+ Bypass

Passes Originality.ai, Turnitin, and all major detectors

Simple Integration

Production-ready in under an hour

API overview

One REST API, four tools — humanize, paraphrase, grammar-check, and AI detection — the same engines that power the SupWriter app. Authenticate with a Bearer API key over HTTPS; every successful response is { "success": true, "data": { … } }.

https://supwriter.com/api/v1Get your API key

Full reference: API Developer Docs · Hand the spec to your agent: skill.md

Quickstart

Pick a tool and a language — copy, paste, ship. Swap in your own key from Settings → API.

1

Get your API key Pro/Ultra plans

2

Make a request Pick a feature and language

JavaScript · Humanize
const res = await fetch("https://supwriter.com/api/v1/humanize", {
  method: "POST",
  headers: {
    Authorization: `Bearer ${process.env.SUPWRITER_API_KEY}`,
    "Content-Type": "application/json",
  },
  body: JSON.stringify({ text: "Your text here." }),
});

const { success, data, error } = await res.json();
if (!success) throw new Error(error.code);
console.log(data.humanized_text);

What you can do

Four endpoints, one key. Each call consumes word credits from your plan.

1 credit / word of input

Humanize

Rewrite AI-generated text so it reads as naturally human-written and passes detectors.

POST /api/v1/humanize
1 credit / word of output

Paraphrase

Rephrase while preserving meaning, then humanize — standard, formal, casual, academic, or creative.

POST /api/v1/paraphrase
1 credit / word of output

Grammar check

Fix grammar, spelling, and punctuation, then humanize — basic, thorough, or style.

POST /api/v1/grammar
1 credit / word analyzed

AI detection

Score text against 12 detectors with a sentence-level breakdown. Free in the SupWriter web app — metered (1 credit per word) on the API and MCP.

POST /api/v1/detect

Build it with your AI agent

Copy one prompt — your agent reads the full skill.md spec and builds all four tools.

Build with AIView skill.md

One prompt, every tool. Paste it into your AI coding agent — it reads the full spec at /skill.md and builds humanize, paraphrase, grammar, and detection in one go.

Your stack
Target stack: Next.js.

Integrate the SupWriter text API into my app.

Read the full spec and follow it exactly: https://supwriter.com/skill.md
It documents authentication (a server-side "Authorization: Bearer sw_live_…" key), the base URL https://supwriter.com/api/v1, and four POST endpoints — /humanize, /paraphrase, /grammar, /detect — each returning { "success": true, "data": {…} }, plus the error codes, rate limits (Pro 60 / Ultra 120 requests per minute), and per-word credit billing.

Build a typed client for all four tools that:
- reads the API key from a server-side env var, never the browser (HTTPS only),
- unwraps "data", maps "error.code" to typed errors, and retries 429s honoring Retry-After,
- then add a small UI to humanize, paraphrase, grammar-check, and AI-detect text.

Use my existing stack and conventions, and keep the key server-side only.
Works with
OpenAI
ChatGPT
Claude
Claude
Claude Code
Claude Code
Codex
Codex
Cursor
Cursor
GithubCopilot
GitHub Copilot
Antigravity
Antigravity
opencode
OpenCode
+ any other AI agent

Plans & limits

API access is available on the Pro and Ultra plans.

Most popular

Pro

$19.99/mo
  • REST API + static-token MCP access
  • 60 requests / minute
  • 1,500 words per request
  • 15,000 word credits / month
  • All 100+ languages
  • All 4 tools: humanize, paraphrase, grammar, detect
Upgrade to Pro

Ultra

$39.99/mo
  • REST API + static-token MCP access
  • 120 requests / minute
  • 3,000 words per request
  • 30,000 word credits / month
  • All 100+ languages
  • All 4 tools + priority support
Choose Ultra

API access requires Pro or Ultra. Every call — including AI detection — consumes word credits (in the web app, detection is free; the API meters it). Need more? Buy extra credits or compare plans.

Errors & rate limits

Errors use the envelope { "success": false, "error": { "code", "message" } } with a matching HTTP status.

StatusCodeMeaning
401invalid_api_keyMissing or invalid API key.
403plan_requiredAPI access requires a Pro or Ultra plan.
403insufficient_creditsNot enough word credits on your plan.
403plan_limitText exceeds your plan's per-request word limit.
400invalid_inputMissing or malformed 'text'.
429rate_limitedToo many requests — slow down (honor Retry-After).
500provider_errorUpstream processing failed; safe to retry.
  • Rate limit: Pro 60 / Ultra 120 requests per minute, per key — a 429 returns a Retry-After header.
  • Per-request word caps: Pro 1,500 words, Ultra 3,000 words.
  • Every response carries X-RateLimit-* headers.
  • Billing: 1 word credit per word. AI detection is metered on the API (it's free only in the web app).

Common integration patterns

  • CMS post-processing. Hook into your publish workflow — when a post is saved as a draft, call the API to humanize or grammar-check it before review. Works with WordPress (custom plugin), Contentful (webhook), and any CMS with an API.
  • Content pipeline automation. Add humanization as a step in your generation pipeline: AI writes the draft, your pipeline sends it to SupWriter, and the humanized version is stored or routed to editors.
  • In-product feature.Offer "humanize", "paraphrase", or "check for AI" inside your own writing tool or marketing app, powered by the API behind the scenes. Pro and Ultra include API access; calls draw on your plan's word credits.
  • Agentic workflows. Expose the same tools to your AI agents over MCP — Claude, ChatGPT, Cursor, Codex, and more — with the same key.

Related resources

Try the Humanizer Before You Integrate

Test the same engine that powers the API. Paste AI text below and see the output quality. No signup required for 300 words.

Your Text
Style
Type
Lang
or
0 / 500 words

Humanize AI Writing in 3 Simple Steps

Transform AI-generated content into natural, human-like text that bypasses detection

Step 1

Your Text

Paste your AI-generated text here

Paste Your AI-Generated Text

Copy any content — assignments, blog posts, or AI-generated text.

Step 2

Result

0%
HUMAN WRITTEN

Check AI Score

See how much of your text is flagged as AI-written by detection systems.

Step 3
or select text & ask AI
Ask or type your prompt...

Edit or review selection

Improve writing
Fix grammar
Make shorter
Make longer

Use AI to do more

Continue writing

Humanize & Improve selection

Transform your text to sound 100% human-written. Select any text to improve, fix the grammar, shorten, or lengthen it.

Tested and Proven Across All AI Detectors

We test every rewrite against leading detection tools like GPTZero, Turnitin, ZeroGPT, and more. Our system is updated weekly to adapt to new detection methods and eliminate flagged patterns.

ZeroGPT logo
ZeroGPT
Copyleaks logo
Copyleaks
Turnitin logo
Turnitin
QuillBot logo
QuillBot
GPTZero logo
GPTZero
GrammarlySaplingOpenAIClaudeGeminiGrok

99%success rate across all major detection platforms

Reviews

What our users say

Thousands of writers trust SupWriter every day

I've been using SupWriter for weeks, and it's become essential to my academic writing and research workflow. As a Ph.D. student in environmental law, I'm constantly drafting, refining, and translating complex texts, and SupWriter makes the whole process far more efficient and less stressful.

HE
Henrry
Ph.D. Candidate

It's so great and I love this app. Everyone should use it. It helped me pass my essay!

BH
Braxton H.

I really like this app. It rephrases my text so well that Turnitin doesn't pick it up. Pretty amazing.

CD
Chyenne D.
Student

What impressed me most is how seamlessly SupWriter polishes my drafts. My clients noticed the difference in quality and tone immediately.

BL
Brandon L.
Freelancer

Absolutely wonderful. The best AI humanizer I've used, especially for scientific writing.

PB
Phoebe B.
Student

This tool lets me do so many things faster, and its features are genuinely useful.

KA
Karima

Really good. I didn't expect it to be this great. It genuinely enhanced my writing. Give it a try.

CA
Chris A.
Researcher

This product is so good. I'll choose it over and over again. It has my heart. ❤️

Rachel A.
Rachel A.
Student

The Fix Selection feature is a game changer. I can select any text and improve it, fix the grammar, or make it shorter, and my content workflow has never been faster.

AM
Aisha M.
Content Writer

Excellent service, really helpful for job applications, and it even has an AI detector. I'd highly recommend it to students, professors, and writers. An amazing writing tool.

SW
Shania W.

It was amazing. I upgraded, and since then my work has consistently scored high marks.

EH
Enzo H.
Student

The best humanizer ever.

Nikolay
Nikolay

It was great, especially in a foreign language. It helped the adjectives come out smoother than I expected!

Christina P.
Christina P.
Writer

I'm on the Ultra Monthly plan and bought $20 in extra credits. This platform is super good, and I'm planning to switch to the Yearly plan soon.

RO
Ron
Ultra plan user

Precisely written and a very nice app. I recommend everyone give it a try.

RS
Riya S.
Student

I was amazed to see the AI-flagged text identified so accurately. It really helps crack down on AI interventions.

Radhakrishnan
Radhakrishnan

My professor commended the uniqueness of my essay after I used SupWriter to make it sound natural. Strongly recommended for students!

MD
Marco D.
Student

The website is fantastic. It's clean, modern, and visually appealing. Navigation is intuitive, pages load fast, and everything works well on desktop and mobile. A smooth, enjoyable experience. I'm really impressed!

KO
Korsmann
Student

Really, the only one that passed the YouScan detector.

MF
Mariana F.
Teacher

It's been a great tool to use, and very helpful.

AD
Adrianne

My experience with the AI detector was great. The interface is simple and easy to navigate, and results came back quickly with useful detail.

KA
Kareem
Student

This experience has been amazing, and the service is extremely helpful.

MA
Marshall

My experience was amazing. SupWriter is very easy to use, and it actually works!

DF
Domenico F.
Student

Impressed by the quality, and cheaper than other platforms.

ST
Steve

SupWriter is great. It helps me become a better writer and a better student overall.

KL
Kal
Student

Developer Questions

API FAQ

Four, all under one key: humanize (rewrite AI text to read human and pass detectors), paraphrase, grammar check, and AI detection across 12 detectors. They're the same engines that power the SupWriter editor.
Get Started Today

Ready to write with confidence?

Join thousands of students and writers who trust SupWriter to create authentic, undetectable content.

No credit card required · Free tier available · Cancel anytime