Humanize Content API v2.2

AI Rewrite + Email Generation + Algorithmic Post-Processing

AI Rewrite

Claude Opus 4.6 rewrites text in natural human voice

Email Writer NEW

Generate or humanize emails with tone & type controls

Cross-Model

Auto-selects different model to wash away fingerprints

Targets Detectors

Built to bypass QuillBot, GPTZero, Turnitin

POST /api/humanize

{ "text": "Your AI text...", "mode": "aggressive", "tone": "conversational", "source_model": "chatgpt" }

Modes: standardaggressivestealthacademiccasualseo

POST /api/generate-email NEW

// Generate: { "requirements": "...", "tone": "professional", "email_type": "business" }
// Humanize: { "text": "...", "tone": "casual", "email_type": "personal" }

Tones: professionalcasualformalfriendlyfunnypersuasiveapologeticurgentpolitedirect

Types: businesspersonalmarketingcustomer servicefollow-upintroductionthank youcomplaintinquiryinvitation

POST /api/paraphrase NEW

{ "text": "Text to paraphrase...", "tone": "original" }

Tones: originalprofessionalcasualacademicsimplecreativeformalconversational

POST /api/generate-essay NEW

{ "topic": "Impact of social media on youth...", "level": "undergraduate", "essay_type": "argumentative", "length": 500 }

Levels: elementarymiddle schoolhigh schoolundergraduategraduatephd

Types: argumentativedescriptivenarrativeexpositorypersuasivecompare & contrastcause & effectcritical analysis

Lengths: 250500750100015002000 or custom (100-5000)

POST /api/generate-article NEW

{ "topic": "AI in healthcare...", "tone": "informative", "format": "blog post", "length": 800 }

Tones: informativeconversationalprofessionalengagingtechnicalpersuasivenews styleeditorial

Formats: blog postnews articletutorialreviewinterviewopinion piecehow-to guidelisticle

POST /api/generate-content NEW

{ "description": "Launch post for new fitness app...", "content_type": "social media", "tone": "creative", "purpose": "engagement" }

Types: social mediamarketing copyproduct descriptionwebsite copycreative writingscriptad copyheadlinescaptionsbio

Tones: creativeprofessionalcasualexcitinginformativepersuasivehumorousinspiringtechnicalemotional

Purposes: engagementsaleseducationentertainmentawarenessconversionbrandinginformationpromotionstorytelling

POST /api/detect

{ "text": "Check this text..." }

GET /api/health

Status & providers

Auth

X-API-Key: your-key

NextPixel Apps | Cloudflare Workers