Summary + sentence list
Get both the joined summary text and the individual sentences it was assembled from, on every call.
Send a piece of text and get back a concise summary, the individual sentences that
Learn more about Text SummarizationResults show up here
The sample input is ready — just hit Run.
Send a piece of text and get back a concise summary, the individual sentences that make up that summary, and a compression ratio showing how much shorter the result is. Responses are synchronous — one request, one result. Ideal for article digests, executive summaries and content previews.
Get both the joined summary text and the individual sentences it was assembled from, on every call.
The ratio of summary length to original length (e.g. 0.6 means the summary is 60% of the original).
Send just the text. A sensible summary length is chosen for you automatically.
Works across many languages out of the box.
News digests
Summarize articles for daily or weekly email digests.
Report compression
Create executive summaries from long documents or meeting notes.
Content preview
Generate short previews for articles, papers, or product descriptions.
input
A single text to summarize.
output
The summary, the sentences it was built from, and the compression ratio.
summary is the ready-to-display summary string; sentences lists those same sentences individually.compression_ratio tells you how much shorter the summary is than the original (e.g. 0.6 = 60% of the original length).text field. To summarize many, call the endpoint once per text.summary for display, and sentences when you want to render the summary as a bullet list.textrequiredstringThe text to summarize. Send one text per request.
summarystringThe condensed summary text.
sentencesarray<string>The individual sentences that make up the summary, in order.
compression_rationumberLength of the summary divided by the length of the original text.
Billed per request.
| Service | Unit | Price |
|---|---|---|
| Text Summarization | item | $0.006/request |