Loading your dashboard…
Sign in to access your dashboard
Create a free API key and manage your usage.
API Dashboard
Manage your API keys, track usage, and upgrade your plan.
Current Plan
Free
500K tokens/month · 60 req/min
Tokens used this month
—
0%of 500K
API Keys
⚠ Save this key now — it won't be shown again.
Loading keys…
Quick Start
# Replace YOUR_KEY with your key above curl -X POST https://www.terseai.org/api/v1/optimize \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"text":"Can you please help me with this?","mode":"normal"}' # → { "optimized": "Help with this.", "tokens_saved": 7, "reduction_pct": 54 }
Full docs at /api-docs