---
title: AI Summarize API
slug: ai-summarize-api
url: https://apyhub.com/apyhub/service/ai-summarize-api
provider: ApyHub
categories: [Artificial Intelligence, Smart Generation]
auth: api_key
---

# AI Summarize API

Summarize text or a web page URL with summary_length and output_language. Useful for article digests, research notes, and content previews.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/ai/summarize-text` | What it does Summarizes the text you send in the request body. The endpoint accepts a text input pl… | 2600 |
| POST | `/ai/summarize-url` | What it does Submits a URL for summarization and sends back a successful acknowledgement. The reque… | 2600 |

## About

## What it does
AI Summarizer turns text or a web page URL into a shorter summary. Send raw text with `summary_length` and `output_language`, or send a `url` with the same summary settings, and get a concise result back.

Use AI Summarizer when you need to condense long articles, reports, product pages, or internal docs into something a reader can scan quickly. It fits workflows like content triage, knowledge-base previews, research assistants, and reading-list digests.

The text endpoint accepts `text`, `summary_length`, and `output_language`. The URL endpoint accepts `url`, `summary_length`, and `output_language`. Both are straightforward inputs for applications that already have source content and want an automated summary step without building their own extraction and summarization pipeline.

## What it does
AI Summarizer turns text or a web page URL into a shorter summary. Send raw text with `summary_length` and `output_language`, or send a `url` with the same summary settings, and get a concise result back.

Use AI Summarizer when you need to condense long articles, reports, product pages, or internal docs into something a reader can scan quickly. It fits workflows like content triage, knowledge-base previews, research assistants, and reading-list digests.

The text endpoint accepts `text`, `summary_length`, and `output_language`. The URL endpoint accepts `url`, `summary_length`, and `output_language`. Both are straightforward inputs for applications that already have source content and want an automated summary step without building their own extraction and summarization pipeline.

## Usage

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