---
title: "Article Summarizer"
method: POST
path: "/v3/free-tools/article-summarizer"
tags: ["Free Tools"]
---

# Article Summarizer

`POST /v3/free-tools/article-summarizer`

Summarize articles from URL or text.

## Request body

- object
  - `input` string, required — URL or text to summarize
  - `mode` 'website' | 'text', required — Mode of input

## Response `200`

Successful response

- object — Successful response
  - `summary` string
  - `wordCount` number

## Other responses

- `400` — Default Response
- `429` — Default Response
- `500` — Default Response

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/free-tools/article-summarizer/post.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/992a8ecadda0?raw)
