Summarize Document
summarizeGenerate a concise summary with key points. Faster and cheaper than analyze_document — best for shorter documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Document text to summarize | |
| max_length | No | Optional maximum summary length in words (default: 500) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | Processing metadata | |
| summary | Yes | Concise summary text | |
| keyPoints | No | Bullet-point key takeaways |