Skip to main content

Rewrite

Rewrite text for a specific audience, reading level, or brand voice

$0.02
per call
POST /rewrite AI Processing

Try It

curl Example

curl -X POST https://api.aipaygen.com/rewrite \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "text": "string",
  "audience": "string",
  "tone": "string"
}'

Python Example

import requests

resp = requests.post(
    "https://api.aipaygen.com/rewrite",
    headers={
        "Authorization": "Bearer YOUR_API_KEY",
        "Content-Type": "application/json",
    },
    json={
    "text": "string",
    "audience": "string",
    "tone": "string"
}
)
print(resp.json())

Response Format

{
  "result": "<Rewrite output>",
  "_meta": {
    "endpoint": "/rewrite",
    "model": "claude-sonnet-4-20250514",
    "cost_usd": 0.02
  }
}

Related Tools

Translate
$0.02
Proofread
$0.02
Headline
$0.01

Get API Key — From $1

$0.25 trial credits free. ~40 AI calls. No subscription.

Get Started

Or install via MCP: pip install aipaygen-mcp