---
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

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/versions/6e50f4761eea/schema)
