REST API深度集成指南
开发者可通过以下方式接入API:
- 基础端点:
POST https://pure.md/{目标URL}
- 高级参数:
{ "prompt": "提取核心论点", "model": "meta/llama-3.1-8b", "schema": {"type": "array", "items": {"type": "string"}} }
- 认证方式:请求头携带
X-API-Key
典型工作流:
- 向搜索引擎URL发送POST请求
- 在请求体中指定摘要生成指令
- 获取结构化Markdown/JSON响应
速率限制:免费版60请求/分钟,商业版最高3000请求/分钟(Business套餐)。
本答案来源于文章《pure.md:网址前插入“pure.md/”即可提取干净的文本》