Skip to main content

Proofread

Grammar/spelling/clarity corrections with tracked issues and writing score

$0.02
per call
POST /proofread AI Processing

Try It

This tool requires an API key. Get one from $1 to try it.

curl Example

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

Python Example

import requests

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

Response Format

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

Related Tools

Rewrite
$0.02
Summarize
$0.01
Translate
$0.02

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