12 endpoints. One API key.
Each endpoint does one thing well. All return JSON. All track usage automatically.
POST
/ai/summarize
Condense long text into clear, concise summaries. Perfect for article previews, email digests, and content feeds.
POST
/ai/rewrite
Rewrite text professionally. Turn casual messages into polished copy for emails, docs, and customer comms.
POST
/ai/translate
Translate text to any language. Pass a target parameter. Supports 50+ languages out of the box.
POST
/ai/extract
Pull structured data from unstructured text. Returns clean JSON with names, emails, phones, companies.
POST
/ai/classify
Categorize text into clear labels. Great for support tickets, content moderation, and lead scoring.
POST
/ai/keywords
Extract the 5 most important keywords from any text. Useful for SEO, tagging, and content discovery.
POST
/ai/grammar
Fix grammar and improve clarity. Clean up user-generated content, form submissions, and support messages.
POST
/ai/sentiment
Analyze sentiment as positive, negative, or neutral with confidence score. Perfect for reviews and feedback.
POST
/ai/tldr
Ultra-short one-sentence summary. Built for Slack bots, notifications, and mobile previews.
POST
/ai/title
Generate 3 compelling headlines from your content. Returns JSON array. Great for blogs and CMS tools.
POST
/ai/email
Turn bullet points into a professional email with subject line. Supports tone parameter.
POST
/ai/qa
Answer questions from provided context. Pass input + question. Built for docs, support, and knowledge bases.