Text—
AI Text Detector
AI text detector — score writing 0–100 for AI authorship with a multi-engine breakdown, billed per word.
This AI humanizer rewrites AI-generated text so it reads as human-written and slips past AI detectors. Send content, pick a readability and purpose, and the AI humanizer returns a clean rewrite over the same async /api/v1 task contract you already use.
Minimum 50 characters · longer text takes a little longer to return
High School · University · Doctorate · Journalist · Marketing
Essay · Article · Cover Letter · Report · Business / Legal Material …
Quality · Balanced (default) · More Human
v2 (all languages) · v11 (best English) · v11sr (strongest English)
Real workflows powered by this model.

Drop a raw model draft into the AI humanizer and get back copy that reads like a person wrote it — varied sentence rhythm, natural transitions, no tell-tale AI cadence. Pick a readability level and a purpose and the AI humanizer matches the register, whether it's a cover letter, a report, or marketing material. The async task contract means a content pipeline calls the AI humanizer, gets a task_id, and moves on.
Humanize a draft
Teams generating articles at scale run every draft through the AI humanizer as the last step before publish, so the output reads naturally and avoids being flagged as machine-written. Per-word billing means the cost of the AI humanizer tracks the work exactly: a 400-word post costs what 400 words cost, with a small 50-word floor for tiny snippets. One endpoint, one credit ledger, the same auth header as the rest of your stack.

Essays, application letters, and business documents that started as an AI draft pass through the AI humanizer to remove the AI signature while preserving meaning. Choose the Doctorate or University readability for academic register, or Journalist and Marketing for punchier copy. The AI humanizer returns the rewrite as plain text you can drop straight back into your document.
Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.
| Category | Unit | Price |
|---|---|---|
| Per word | ||
| Any text | 1,000 words | $0.000894 1 credits |
The AI humanizer ships on the same /api/v1 task plumbing as the rest of your stack: POST to /api/v1/humanize, get a task_id back, poll /api/v1/tasks/:id until it is done. One JSON shape, one Bearer key, one credit ledger. No new SDK, no separate billing account — the AI humanizer drops into code you already wrote.
1 credit equals $0.001 USD. The AI humanizer bills strictly per word with a 50-word floor, so cost is proportional to the text you actually rewrite — no seat fees, no monthly minimum, no prepaid bucket to burn down. Failed requests are refunded automatically; you only pay for rewrites that come back.
The AI humanizer exposes every knob the underlying model offers: five readability levels, nine purposes, three rewrite strengths, and three model versions. Nothing is hidden behind a "pro" tier — the playground on this page surfaces the full parameter set so you can dial the AI humanizer to the exact register your text needs.
Why call a dedicated AI humanizer instead of asking a general LLM to "make this sound human" with a prompt? The difference is consistency, billing, and detector coverage.
Comparison reflects publicly documented behavior at the time of writing. Detector outcomes vary by detector and change over time.
Sign up at reApi and grab a key. Free signup credits cover thousands of words through the AI humanizer — enough to validate the rewrite quality before you top up.
OpenPOST to /api/v1/humanize with model: humanize, your content, a readability, and a purpose. The AI humanizer returns a task_id immediately so your handler is free to move on.
OpenGET /api/v1/tasks/:id until status is completed. The response carries humanized_text — the human-sounding rewrite from the AI humanizer, ready to drop back into your document or CMS.
OpenCommon questions about this model.
Explore more models in the same category.
Text—
AI text detector — score writing 0–100 for AI authorship with a multi-engine breakdown, billed per word.
xAI
Text-to-video and image-to-video in a single Grok Imagine 1.0 Video API call.
ImageNano banana — fast Gemini image generation and editing, up to 14 reference images at 1K.
ImageByteDance
Seedream 5.0 Lite — Doubao image generation at 2K / 3K with image-to-image and batch output.
curl -X POST https://reapi.ai/api/v1/humanize \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "humanize",
"content": "Your AI-generated text goes here. Make sure it is at least fifty characters long so the request is accepted.",
"readability": "University",
"purpose": "General Writing"
}'Try it in the playground or grab an API key to integrate now.