AI Text Summarizer
AI text summarizer, supports short / medium / detailed lengths, can output continuous paragraphs or bulleted lists.
Documentation
AI Text Summarizer
Extract core points from long texts to generate concise summaries.
Parameters
text(Required): The text to summarizeprovider(Optional): Specify the AI provider
Pricing
- API: 5 Credits/request
- Tool: 10 Credits/request
Integration Examples
Includes ready-to-use Shell, Python, Go, Java, and PHP examples for direct integration.
Request Example
{
"text": "一段很长的文章内容..."
}Response Example
{
"data": "这是提取的摘要内容..."
}Request Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| text | string | 一段很长的文章内容... |
Response Fields
The fields below are derived from example JSON for integration reference only.
| Path | Type | Sample |
|---|---|---|
| data | string | 这是提取的摘要内容... |