Erilaz Summariser API
收藏官方服务:
资源简介:
Lightning‑fast AI summarisation powered by Claude. Perfect for condensing articles, emails, transcripts, and long text into clean, concise summaries.
创建时间:
2026-06-08
原始信息汇总
数据集概述:Erilaz Summariser API
基本信息
- 名称: Erilaz Summariser API
- 类别: 文本分析 (Text Analysis)
- 提供者: Brett Williams
- 订阅者: 1
- 平台: RapidAPI
核心功能
该API基于Anthropic的Claude模型,提供高质量、类人的文本摘要服务。它能够将任意文本快速生成3-4句简明扼要的摘要,适用于多种应用场景,如内容工具、生产力应用、研究助手、邮件摘要、自动化工作流、浏览器扩展和聊天机器人。
主要特征
- 快速摘要: 在数秒内生成摘要。
- 类人输出: 摘要风格自然、清晰。
- 输入限制: 最大建议输入为10,000字符,JSON格式,
text字段为字符串。 - 响应格式: 返回JSON,包含摘要文本、长度和风格信息。
- 稳定性: 具备速率限制、每日配额保护、实时监控和一致的JSON错误响应。
- CORS友好: 支持跨域请求。
- 简单集成: 只通过POST请求调用。
使用方式
-
基础URL:
https://api1.erilaz.com -
端点:
POST /summarise -
请求示例: json { "text": "Your long text here...." }
-
成功响应示例: json { "summary": "A clean, concise summary of the input text.", "length": "medium", "style": "concise" }
错误响应
- 400 Bad Request:
{ "error": "Missing text field" } - 403 Forbidden:
{ "error": "Forbidden" } - 429 Too Many Requests:
{ "error": "Too many requests" } - 503 Daily Quota Reached:
{ "error": "Daily quota reached. Try again tomorrow." } - 500 Internal Error:
{ "error": "AI Summarisation failed" }
定价计划
| 计划名称 | 月费 |
|---|---|
| BASIC | $5.00 |
| PRO | $19.00 |
| ULTRA | $49.00 |
| MEGA | $99.00 |
未来路线图
计划增加以下端点:
/rewrite- 改写文本语调/expand- 扩展短文本/keywords- 提取关键词/sentiment- 情感分析/bulletpoints- 将文本转为要点
技术指标
- 流行度: 8.3
- 服务等级: 100%
- 延迟: 7300ms
- 测试通过率: 100%



