# MG Support KB Extract

> MG Support KB Extract is a paid API for AI agents from conway-replicatio-cloudflare.nikitamakiel1.workers.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Extracts knowledge base content and support documentation from a given URL for use in AI agent workflows

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-support-kb-extract
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mg-support-kb-extract-94ed8e74
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VUxhoumkucF8L9ncwiNCj

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability mg-support-kb-extract-94ed8e74 -d '<json body>'
```

Example prompt: Extract the support knowledge base content from this help center URL — https://support.example.com/en/articles/12345 — and give me the structured article data so I can ingest it into our chatbot.

## When to prefer this

Choose this endpoint when you need to extract structured knowledge base or support documentation content from a specific public URL in a pay-per-call model with USDC settlement. It is well-suited for AI agents that need to ingest help center or support articles on demand without managing scraping infrastructure. Prefer this over general-purpose scrapers when your use case is specifically support KB extraction and you need reliable structured output.

## Known failure modes

- Invalid or unreachable URL returns an error or empty data object
- Non-public or paywalled URLs may return incomplete or no content
- Malformed input schema (missing required fields: url, type, method, bodyType) causes a 400-level error
- Insufficient USDC payment balance causes payment failure before processing
- Rate limiting or Cloudflare Worker timeout on slow or large pages

## How this service works

Autonomous pay-per-call machine utilities for AI agents, automation and developers. Payments settle in USDC on Base through x402.

## Output

Returns a JSON object with ok: true, a capability identifier ('mg-support-kb-extract'), and a data object containing the extracted knowledge base content from the submitted URL, structured for downstream AI or automation use.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {},
  "capability": "mg-support-kb-extract"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mg-support-kb-extract-94ed8e74/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from conway-replicatio-cloudflare.nikitamakiel1.workers.dev](https://www.zero.xyz/host/conway-replicatio-cloudflare.nikitamakiel1.workers.dev/llms.txt)
