Skip to main content

Email

Compose professional emails with subject and body

$0.03
per call
POST /email Data & Utilities

Try It

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

curl Example

curl -X POST https://api.aipaygen.com/email \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "purpose": "string",
  "tone": "professional",
  "recipient": "optional"
}'

Python Example

import requests

resp = requests.post(
    "https://api.aipaygen.com/email",
    headers={
        "Authorization": "Bearer YOUR_API_KEY",
        "Content-Type": "application/json",
    },
    json={
    "purpose": "string",
    "tone": "professional",
    "recipient": "optional",
    "length": "short|medium|long"
}
)
print(resp.json())

Response Format

{
  "result": "<Email output>",
  "_meta": {
    "endpoint": "/email",
    "model": "claude-sonnet-4-20250514",
    "cost_usd": 0.03
  }
}

Related Tools

Write
$0.05
Proofread
$0.02
Rewrite
$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