# Conway Replicatio mg-dev-docs-extract

> Conway Replicatio mg-dev-docs-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).

Fetches and extracts structured developer documentation content from a given public URL

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-dev-docs-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/conway-replicatio-mg-dev-docs-extract-20b9e6ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qQjXtVZc0rNPuAvXAvM_I

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 conway-replicatio-mg-dev-docs-extract-20b9e6ff -d '<json body>'
```

Example prompt: Can you extract the developer documentation from https://docs.example.com/api/reference and give me the structured content from that page?

## When to prefer this

Choose this endpoint when you need to programmatically extract and structure developer documentation from a public URL, especially in agentic pipelines where documentation needs to be ingested, indexed, or analyzed at $0.03 per call with USDC payment settlement on Base.

## Known failure modes

- Invalid or inaccessible URL returns an error response
- Non-public or paywalled URLs may fail to retrieve content
- Malformed input schema (missing required fields) returns a validation error
- Rate limiting or network timeouts from the target documentation server
- Pages with heavy JavaScript rendering may not extract fully

## 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 and a data field containing the extracted documentation content from the provided URL, along with the capability identifier 'mg-dev-docs-extract'.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-mg-dev-docs-extract-20b9e6ff/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)
