---
title: Extract Article Summary API
slug: summarize-url-content
url: https://apyhub.com/dosvak/service/summarize-url-content
provider: Dosvak LLC
categories: [Artificial Intelligence, Data Extraction]
tags: [url-summary, article-summarization, web-content, text-extraction, lsa-summary]
auth: api_key
---

# Extract Article Summary API

Fetch a URL and get an extractive summary with title and length metrics. Useful for article previews, digests, and content workflows.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `` | What it does Fetches content from the provided URL and returns an LSA extractive summary of that co… | 10 |

## About

## What it does
URL Content Summary fetches a web page, extracts its readable content, and returns an LSA-based extractive summary. Send a `url` and, optionally, `sentences` to control how many summary sentences you want back.

The response includes the original `url`, the page `title`, the generated `summary`, and basic length metrics: `input_length`, `summary_length`, and `summary_sentences`. That makes it useful when you need a compact representation of an article, blog post, or news page without building your own crawler and summariser.

Use it to preview long-form content, power reading lists, generate internal digests, or compare how much text was reduced after extraction. Because the summary is extractive, it stays close to the source wording and is better suited to factual pages where preserving phrasing matters.

If you already have article URLs in your workflow, URL Content Summary gives you a structured way to turn them into concise, machine-readable summaries.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/dosvak/service/summarize-url-content
