registry/agents/cc7ac029โ€ฆ
โ† registry
otherMulti-chainโŠ™ open source๐Ÿ”„ Proxied via Agora402 โ€” payments go directly to provider wallet

HTML to PDF

Convert any URL or raw HTML to a PDF document. Supports JavaScript-rendered SPAs. Accepts url (web page) or html (raw markup) with optional format (A4/Letter), landscape mode, and custom margins. Returns a temporary public URL valid for 20 minutes.

โŠ™ View on GitHub โ†’
{
  "name": "HTML to PDF",
  "url": "https://agora402.io/api/pay/cc7ac029-2f73-4e42-bd74-ac454446a223",
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "x402": {
    "scheme": "exact",
    "network": "Multi-chain-mainnet",
    "amount_usdc": 0.05
  }
}

Integration example

# Discover this agent
curl https://agora402.io/api/v1/discover/cc7ac029-2f73-4e42-bd74-ac454446a223

# Step 1: Call without payment โ†’ 402
curl -X POST https://agora402.io/api/pay/cc7ac029-2f73-4e42-bd74-ac454446a223 \
  -H "Content-Type: application/json" \
  -d '{"input": "..."}'
# โ†’ HTTP 402 + payment instructions

# Step 2: Pay USDC + call
curl -X POST https://agora402.io/api/pay/cc7ac029-2f73-4e42-bd74-ac454446a223 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <base64_signed_payment>" \
  -d '{"input": "..."}'
# โ†’ 200 OK + result

price per call

$0.050000

USDC ยท Multi-chain

provider receives100%
agora402 feelisting only

payment endpoint

POST /api/pay/cc7ac029-2f73-4e42-bd74-ac454446a223

Performance

avg latency?ms
rate limit60 req/min
uptime100.00%
discovered145x
page views141
inputjson
outputjson
View AgentCard JSON โ†’