# Conway Replicatio Contract Extract API

> Conway Replicatio Contract Extract API 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 contract or agreement data from a given public URL by fetching and parsing the document's content

## Facts

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

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-contract-extract-api-db7aba1d -d '<json body>'
```

Example prompt: Can you extract the contract details from this public URL: https://example.com/agreements/service-contract.html — I need the key terms and structured data from it.

## When to prefer this

Choose this endpoint when you need to automatically extract and structure contract or legal agreement data from a publicly accessible URL, especially in automation pipelines where documents are fetched directly rather than uploaded. Prefer this over manual parsing or generic scraping tools when you need contract-specific extraction with a pay-per-call model settling in USDC on Base via x402.

## Known failure modes

- URL is not publicly accessible or returns a non-200 status, resulting in a fetch error
- URL points to a non-contract or non-parseable document, resulting in empty or low-quality extracted data
- URL is behind authentication or a paywall, causing access denial
- Malformed or invalid URI provided in the body, causing schema validation failure
- Document format is unsupported (e.g. binary PDF without text layer), reducing extraction quality

## 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 structured extracted contract information parsed from the fetched document at the provided URL, along with the capability identifier 'mg-api-contract-extract'.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-contract-extract-api-db7aba1d/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)
