thatAPI - Article Summarizer
The Article Summarizer API produces concise summaries using extractive summarization (TextRank algorithm). No LLM or GPT calls means zero per-request AI costs and predictable pricing. Key Features: - Summarize by URL: fetches the page, strips boilerplate (nav, footer, ads), summarizes the article content - Summarize raw text: pass any text directly - Configurable summary length (1-20 sentences)…
thatAPI - Article Summarizer endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Summarize Content /v1/summarizer/summarize |
Summarize an article by URL or raw text. Uses TextRank extractive summarization — no LLM costs. Returns summary, title, word counts, keywords, and source type. Configure summary… |