APImcp
GuidesAI Content
ConsoleDocsMCP
AI Content ⏱ 1 min read

AI Text Rewriting API — Rewrite Content in Any Tone or Style

Rewrite any text in professional, casual, formal, persuasive, academic, or creative tones. Powered by Workers AI (Llama 3.3 70B). Free API with no external API keys needed.

01

What is AI Text Rewriting?

AI text rewriting uses large language models to rephrase content while preserving the original meaning. The APImcp.site text rewriting API supports multiple tones including professional, casual, formal, persuasive, academic, creative, and simple. Each tone adjusts vocabulary, sentence structure, and formality level to match the target audience.

02

How to Use It

Call GET /api/v1/ai-text-rewrite?text=Hello+world&tone=professional. Returns { original: string, rewritten: string, tone: string, word_count_original: number, word_count_rewritten: number }. Powered by Workers AI using Llama 3.3 70B via Cloudflare's global inference network.

03

Available Tones

Professional: polished business language. Casual: conversational and friendly. Formal: elevated, proper. Persuasive: compelling and convincing. Academic: scholarly and precise. Creative: vivid and engaging. Simple: easy-to-understand.

Try it live Test this endpoint in the interactive console
Open Console →

Frequently Asked Questions

What AI model powers the text rewriting?
All AI content APIs use Cloudflare Workers AI with Llama 3.3 70B (Instruct, FP8 fast). No external API keys or additional costs beyond the request itself.
Is the rewritten content unique?
Yes. Each rewrite is generated fresh by the LLM based on your input and chosen tone. The same input may produce different outputs on different calls.