v1.0 · Live

SEO Content Scoring API

AI-powered quality scores for any URL or article — readability, keyword density, and actionable suggestions in one call.

Subscribe on RapidAPI OpenAPI Spec Health

Overall Score + Grade

A–F letter grade with 0–100 score for quick quality benchmarking.

Readability Analysis

Flesch-Kincaid grade level and readability score with improvement tips.

Keyword Density

Top keyword extraction with stuffing-risk detection and focus keyword support.

Actionable Suggestions

5+ specific improvements your writers can act on immediately.

URL or Raw Text

Pass a public URL to fetch-and-score, or send text content directly.

Simple Auth

Single API key header. Integrate in minutes.

Quick Start — Get a Free Trial Key

curl -X POST https://ss-seo-api.duckdns.org/v1/trial \
  -H "Content-Type: application/json" \
  -d '{"name": "my-app", "email": "you@example.com"}'

Score a URL

curl -X POST https://ss-seo-api.duckdns.org/v1/score \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{"url": "https://yourblog.com/article", "focus_keywords": ["seo", "content"]}'

Sample Response

{
  "overall_score": 72,
  "grade": "B",
  "readability": { "score": 78, "grade_level": "9th grade" },
  "keyword_density": { "risk": "low", "top_keywords": ["seo", "content", "quality"] },
  "suggestions": [
    "Add more internal links to related posts",
    "Expand the introduction to hook readers faster",
    "Use more subheadings to improve scannability"
  ],
  "strengths": ["Good keyword placement", "Clear structure"],
  "meta": { "input_type": "url", "tier": "free", "requests_remaining": 47 }
}

Pricing

Free
$0
50 req/mo
Basic
$9.99
300 req/mo
Pro ★
$29
1,500 req/mo
Ultra
$79
6,000 req/mo
Enterprise
$199
20k + $0.01 overage

Subscribe and manage keys via RapidAPI.