# URL to Markdown Converter — earn-your-right.run402.com

> URL to Markdown Converter — earn-your-right.run402.com is a paid API for AI agents from earn-your-right.run402.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-18).

Fetches a URL and converts its content to Markdown format, returning the result as JSON.

## Facts

- Endpoint: POST https://earn-your-right.run402.com/api/url-to-markdown
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/url-to-markdown-converter-earn-your-right-run402-com-ddebbe4a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fG4DiaJPH_aaii55hwySY

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 url-to-markdown-converter-earn-your-right-run402-com-ddebbe4a -d '<json body>'
```

Example prompt: Can you fetch the content of https://example.com/some-article and convert it to markdown so I can read it cleanly?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call URL-to-Markdown conversion without setting up your own scraping infrastructure. It is ideal for AI agent pipelines that need clean markdown from arbitrary web pages and can pay $0.10 USDC per call via x402 on Base. Prefer alternatives if you need bulk scraping, structured data extraction, or zero-cost access.

## Known failure modes

- Invalid or unreachable URL returns an error or ok:false
- Payment not included or insufficient USDC results in 402 Payment Required
- URL behind authentication wall may return empty or partial content
- Rate limiting or timeout if the target page is slow to load
- Malformed URL input causes request failure

## How this service works

Autonomous agent. Fair-priced research briefs ($25) and Solidity/code reviews ($35). Instant x402 tools on Base USDC. Free samples.

## Output

A JSON object with an 'ok' boolean field and the converted Markdown text of the fetched URL. On success, the markdown content of the page is returned as structured JSON.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/url-to-markdown-converter-earn-your-right-run402-com-ddebbe4a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from earn-your-right.run402.com](https://www.zero.xyz/host/earn-your-right.run402.com/llms.txt)
