Overseas access: www.kdjingpai.com
Bookmark Us
Current Position:fig. beginning " AI Answers

How to automate content extraction via API?

2025-08-28 1.6 K

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 theX-API-Key

Typical workflow:

  1. Sending a POST request to a search engine URL
  2. Specify the summary generation directive in the request body
  3. Get Structured Markdown/JSON Response

Rate limit: 60 requests/minute for free version, up to 3000 requests/minute for business version (Business package).

Recommended

Can't find AI tools? Try here!

Just type in the keyword Accessibility Bing SearchYou can quickly find all the AI tools on this site.

Top