REST API深度集成指南
开发者可通过以下方式接入API:
- 基础端点::
POST https://pure.md/{目标URL}
- 高级参数::
{ "prompt": "提取核心论点", "model": "meta/llama-3.1-8b", "schema": {"type": "array", "items": {"type": "string"}} }
- Authentication Methods:请求头携带
X-API-Key
Typical workflow:
- 向搜索引擎URL发送POST请求
- 在请求体中指定摘要生成指令
- 获取结构化Markdown/JSON响应
速率限制:免费版60请求/分钟,商业版最高3000请求/分钟(Business套餐)。
This answer comes from the articlepure.md: insert "pure.md/" in front of the URL to extract clean text.The