⚡ 9 AI Endpoints · 15 Languages · 60 req/min

AI API for
Developers

Production-ready endpoints for text processing. Summarize, translate, analyze sentiment, extract keywords, check grammar and more — in one API.

Start for Free → View Docs
9
AI Endpoints
15
Languages
100
Free Requests/mo
99.9%
Uptime

Everything you need

All endpoints accept JSON and return structured responses in milliseconds

📝

Summarize

Condense any text into 1-20 sentences. Supports auto language detection.

POST /api/summarize
🌍

Translate

Translate between 15 languages: EN, UK, RU, DE, FR, ES, PL, PT, IT, ZH, JA, AR, TR, CS, RO.

POST /api/translate
😊

Sentiment Analysis

Detect positive/negative/neutral/mixed sentiment with score (-1 to 1) and emotion tags.

POST /api/sentiment
🔍

Keyword Extraction

Extract top keywords and key phrases. Useful for tagging, search, and SEO.

POST /api/keywords
✏️

Grammar Check

Correct grammar and spelling with detailed error explanations and a quality score.

POST /api/grammar
🏷️

Entity Extraction

Pull out persons, dates, amounts, organizations, locations, emails and phones.

POST /api/extract
📊

Classification

Classify text into predefined or custom categories with confidence scores.

POST /api/classify
🔎

SEO Meta Generator

Generate title, description, keywords, Open Graph tags and URL slug from any content.

POST /api/seo-meta
✉️

Email Writer

Write professional emails in any language and tone. Returns subject + body.

POST /api/email

Quick Start

One request. Structured JSON back.

# 1. Get your free API key curl -X POST https://api.marin-ai.online/register \ -H "Content-Type: application/json" \ -d '{"email":"you@example.com"}' # 2. Call any endpoint curl -X POST https://api.marin-ai.online/api/sentiment \ -H "X-Api-Key: sk-your-key" \ -H "Content-Type: application/json" \ -d '{"text":"I absolutely love this product!"}' # Response: { "sentiment": "positive", "score": 0.92, "confidence": 0.97, "emotions": ["joy", "enthusiasm"], "meta": {"tokens_used": 89, "model": "claude-haiku"} }

Simple Pricing

No hidden fees. Cancel anytime.

Free
$0/mo
100 requests / month
  • All 9 endpoints
  • 15 languages
  • 60 req/min rate limit
  • API key management
Get Started
Pro
$20/mo
50,000 requests / month
  • All 9 endpoints
  • 15 languages
  • Unlimited rate limit
  • Full analytics
  • SLA guarantee
Start Pro

Start building today

Free tier. No credit card required.

Get Free API Key →