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..."
# }Buy credits, use them whenever. No subscriptions.
Perfect for trying out the API
For developers building products
High volume production usage