API Products › Summarize Text
POST
/v1/summarize-text
4 tokens / req
•
200 / minute
•
pkg 1.0.0
typescript
bash
About
Condenses up to 3000 characters of arbitrary plain text into a structured bundle. The output includes a title, short description, one-line blurb, and full summary.
Formatting from the input is preserved before summarization, and the output is designed for quick reading and straightforward downstream processing.
API reference
Parameters
- text (required)
- string
- context
- string
Text content to summarize. (10-3000 characters).
Describe yourself or your company (max 400 characters).
Response
- excerpt (required)
- string
- blurb (required)
- string
- summary (required)
- string
Short description or excerpt from the content.
Concise blurb summarizing the content.
Detailed summary of the content.