API live

Tone API

Analyze tone, detect emotion, rewrite text. Pay per call.

example.py
import requests

response = requests.post(
    "https://toneapi.bracherai.com/analyze",
    headers={"Authorization": "Bearer tone_..."},
    json={"text": "I need this done by tomorrow, no excuses."}
)

print(response.json())
# {
#   "rudeness": 0.6,
#   "assertiveness": 0.85,
#   "confidence": 0.8,
#   "urgency": 0.9,
#   "vagueness": 0.1,
#   "summary": "The text is highly urgent and assertive..."
# }

Simple pricing

Buy credits, use them whenever. No subscriptions.

Starter

$2.99

Perfect for trying out the API

500 credits
$2.99 per 500 calls
No expiry
Popular

Builder

$9.99

For developers building products

2,500 credits
$9.99 per 2,500 calls
No expiry

Pro

$29.99

High volume production usage

10,000 credits
$29.99 per 10,000 calls
No expiry