POSTai-text-summarizer
AI Text Summarizer
AI 文本摘要,支持短 / 中 / 详细三种长度,可输出连续段落或要点列表。
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 | 这是提取的摘要内容... |