Text & SEO Utilities API
Analyze and optimize text for SEO: word/character counts, reading time, Flesch readability scores, keyword density, smart truncation, case conversion, slugify, and Open Graph / Twitter meta-tag generation. Pure-compute, every endpoint responds in milliseconds.
Text & SEO Utilities API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Text | ||
| GET |
/v1/text/truncate /v1/text/truncate |
Truncate text to a maximum number of words or characters, appending an ellipsis. |
| GET |
/v1/text/stats /v1/text/stats |
Count characters, words, sentences and paragraphs, plus reading/speaking time. |
| GET |
/v1/text/case /v1/text/case |
Convert text between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, Sentence case, UPPER and lower. |
| GET |
/v1/text/readability /v1/text/readability |
Flesch Reading Ease and Flesch–Kincaid grade level, with a human-readable label. |
| SEO | ||
| GET |
/v1/text/keyword-density /v1/text/keyword-density |
Top keywords by frequency with their density (% of total words). Stopwords excluded by default. |
| GET |
/v1/text/slugify /v1/text/slugify |
Convert text into a URL-safe slug (lowercase, diacritics stripped, dash-separated). |
| GET |
/v1/seo/meta-tags /v1/seo/meta-tags |
Generate SEO + Open Graph + Twitter Card meta tags (HTML and structured) from a title and description. |
Text & SEO Utilities API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | — |
|
| ULTRA | $20 / month | — |
|
| MEGA | $50 / month | — |
|