AI Writer and Language Tools
AI-powered text rewriting, summarization, grammar correction, and translation for 50+ languages. Change tone, fix errors, and translate — all in one API.
AI Writer and Language Tools endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| POST |
translateText /api/v1/ai/translate |
Translate text between 50+ languages using AI. Auto-detects source language if not specified. **Parameters:** - `text` (string, required) — Text to translate - `target_lang`… |
| POST |
rewriteText /api/v1/ai/rewrite |
Rewrite any text in a different tone and style using AI. **Parameters:** - `text` (string, required) — Text to rewrite - `tone` (string, optional) — Target tone: formal, casual,… |
| POST |
fixGrammar /api/v1/ai/grammar |
Fix grammar, spelling, and punctuation errors in any text using AI. Returns the corrected text and a list of all changes made. **Parameters:** - `text` (string, required) — Text… |
| POST |
summarizeText /api/v1/ai/summarize |
Summarize any text using AI. **Parameters:** - `text` (string, required) — Text to summarize - `format` (string, optional) — Output format: paragraph, bullets, one_sentence.… |
AI Writer and Language Tools pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $2.99 / month | — |
|
| ULTRA | $7.99 / month | — |
|
| MEGA | $15.99 / month | — |
|