# Text AI Humanizer - $6/1k requests \[StealthWriter Alternative] (`dev00/text-ai-humanizer`) Actor

✅ Convert AI-generated text into clean, natural human-like writing. ✅ Adjustable tones (Balanced, Casual, Professional). ✅ Real-time processing. ✅ Bypass AI detection.

- **URL**: https://apify.com/dev00/text-ai-humanizer.md
- **Developed by:** [dev00](https://apify.com/dev00) (community)
- **Categories:** SEO tools, Developer tools
- **Stats:** 4 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$6.00 / 1,000 successful humanizations

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## ✨Text AI Humanizer - $6/1k requests \[StealthWriter Alternative]

✅ Convert AI-generated text into clean, natural human-like writing. ✅ Adjustable tones (Balanced, Casual, Professional). ✅ Real-time processing. ✅ Bypass AI detection.

***

#### 🚀 What this actor does

Text AI Humanizer rewrites AI-generated copy (ChatGPT, Claude, Gemini, etc.) to mimic natural human syntactic variations. It preserves your core concepts, headings, and formatting while offering complete style personalization.

Perfect for content writers, bloggers, students, and SEO marketers wanting to humanize AI drafts.

***

#### 🧭 Quick start (UI)

1. Open the Actor on the Apify Console.
2. Enter the **📝 Text to Humanize**.
3. Choose the **🎭 Tone** dropdown (Balanced, Casual, or Professional).
4. Click **Run**.
5. When finished, download results from the **Dataset** tab.

***

#### 🧩 Input schema (fields you can use)

- **text** *(string, required)* — The AI-generated text you want to rewrite.
- **tone** *(string, default: "balanced")* — The tone of the rewritten text (choices: `balanced`, `casual`, `professional`).

***

#### 📤 Output schema (what you get)

Results are written to the run's **Dataset** in this format:

```json
{
  "original_text": "The neon sign above the diner flickered with a faint, rhythmic buzz, spelling out E-A-T in a hazy pink glow. Inside, the smell of burnt coffee and maple syrup hung heavy in the air. A lone jukebox in the corner, untouched for hours, suddenly coughed to life, playing a scratchy jazz tune that nobody in the room had ever heard before.",
  "tone": "balanced",
  "humanized_text": "Above the diner, a neon sign buzzed and flickered rhythmically. E-A-T glowed in hazy pink. In here, coffee burnt and maple was strong. The jukebox, unused for a day now, coughed to life and the only music that anyone in here had ever heard blasted out."
}
```

***

#### 🔎 Examples

##### Example 1 — Balanced Tone

- **text:** `The neon sign above the diner flickered...`
- **tone:** `balanced`

##### Example 2 — Professional Tone

- **text:** `The neon sign above the diner flickered...`
- **tone:** `professional`

***

#### ✅ Best practices

- **Proofread output:** While the AI output is highly natural, we recommend checking context and specific terminologies.
- **Use appropriate tones:** Use Casual for blogs/socials, Professional for corporate documents, and Balanced for general reading.

***

#### 💵 Pricing & limits

- **From $6.00 / 1,000 requests** (pay-per-event price is $0.005 per successful run).
- Save on costly monthly seats required by StealthWriter or Undetectable AI.

***

#### ❓ Frequently Asked Questions (FAQ)

**Q1: What AI detectors can this Actor bypass?**
A1: Our humanization engine is regularly optimized to bypass major AI detection platforms including GPTZero, Copyleaks, Turnitin, Winston AI, and ZeroGPT by introducing natural perplexity and burstiness.

**Q2: Will the rewritten text preserve my layout and markdown formatting?**
A2: Yes. The engine preserves structural formatting such as paragraphs, punctuation, lists, and headings while focusing specifically on sentence flow and vocabulary adjustments.

**Q3: What are the differences between the Balanced, Casual, and Professional tones?**
A3:

- **Balanced:** The default setting. Rephrases text for standard reading clarity and natural sentence variation.
- **Casual:** Adapts the writing style to sound conversational, friendly, and informal — perfect for blogs, social media posts, and emails.
- **Professional:** Structural rephrasing tailored to sound formal, authoritative, and corporate — suitable for reports, essays, and business communications.

***

### 🏷️ Keywords:

`ai humanizer`, `undiscovered writing`, `humanize ai`, `bypass ai detection`, `chatgpt humanizer`, `stealth writer`.

# Actor input Schema

## `text` (type: `string`):

Enter the AI-generated text you want to rewrite into human-sounding writing.

## `tone` (type: `string`):

Select the target writing style tone.

## Actor input object example

```json
{
  "text": "The neon sign above the diner flickered with a faint, rhythmic buzz, spelling out E-A-T in a hazy pink glow. Inside, the smell of burnt coffee and maple syrup hung heavy in the air. A lone jukebox in the corner, untouched for hours, suddenly coughed to life, playing a scratchy jazz tune that nobody in the room had ever heard before.",
  "tone": "balanced"
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("dev00/text-ai-humanizer").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("dev00/text-ai-humanizer").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call dev00/text-ai-humanizer --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,dev00/text-ai-humanizer"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/IHGzHAlQ2tVrU0p91/builds/QqCcidfqZW1f7ToDI/openapi.json
