REST API Deep Integration Guide
Developers can access the API in the following ways:
- base endpoint::
POST https://pure.md/{目标URL} - Advanced parameters::
{ "prompt": "提取核心论点", "model": "meta/llama-3.1-8b", "schema": {"type": "array", "items": {"type": "string"}} } - Authentication Methods: The request header carries the
X-API-Key
Typical workflow:
- Sending a POST request to a search engine URL
- Specify the summary generation directive in the request body
- Get Structured Markdown/JSON Response
Rate limit: 60 requests/minute for free version, up to 3000 requests/minute for business version (Business package).
This answer comes from the articlepure.md: insert "pure.md/" in front of the URL to extract clean text.The































