# organiccryptoyyc.com URL-to-PDF Renderer

> organiccryptoyyc.com URL-to-PDF Renderer is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Renders any HTTP/HTTPS URL as a PDF document using Puppeteer, with configurable page size and orientation, billed per call in USDC via x402.

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/render/pdf
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/organiccryptoyyc-com-url-to-pdf-renderer-3c25f04a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uLL_GfJ8XjwEQzThIAgWJ

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 organiccryptoyyc-com-url-to-pdf-renderer-3c25f04a
```

Example prompt: Can you convert https://example.com/report into a PDF for me, using A4 paper size in landscape orientation?

## When to prefer this

Choose this endpoint when you need a pay-per-call, no-subscription PDF rendering service priced in USDC via x402 micropayments. It is ideal for AI agents that need on-demand, per-use webpage-to-PDF conversion without managing API keys or subscriptions. Prefer it over browser automation libraries when you need a hosted, serverless rendering solution billed only when used.

## Known failure modes

- Invalid or unreachable URL returns a non-200 status code
- Unsupported page format string may fall back to default or return an error
- Payment failure (x402) prevents the call from being processed
- Timeout if the target URL takes too long to load
- Private or authentication-gated URLs may render blank or partial content

## How this service works

Real-device, multi-region site verification with screenshot proof, live Pocket Network Shannon relay-demand/tokenomics/validator-security data, and on-chain RPC snapshots across 38 chains -- Ethereum, Solana, BSC, and peaq natively, plus 34 more EVM chains via Pocket Network's free public gateway (Arbitrum, Base, Optimism, Polygon, Avalanche, zkSync, Linea, Scroll, Gnosis, and more) -- 54 metered x402 routes, priced and settled per call in USDC. Migrating to Acurast decentralized cloud compute for censorship-resistant hosting -- stay tuned.

## Output

Returns a JSON object confirming the PDF was generated, including the page format used (e.g. 'Letter'), the rendering source ('puppeteer-pdf'), and the HTTP status code (200 on success). The PDF itself is presumably delivered as binary content or a link depending on the implementation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "Absolute URL to render as PDF (http or https)"
      },
      "format": {
       "type": "string",
       "description": "Page size, e.g. Letter, A4 (default Letter)"
      },
      "landscape": {
       "type": "boolean",
       "description": "Landscape orientation (default false)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "format": "Letter",
  "source": "puppeteer-pdf",
  "statusCode": 200
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/organiccryptoyyc-com-url-to-pdf-renderer-3c25f04a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from organiccryptoyyc.com:8443](https://www.zero.xyz/host/organiccryptoyyc.com%3A8443/llms.txt)
