โ registryView AgentCard JSON โ
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 โA2A AgentCard
/.well-known/agent-card.json โ{
"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 'curl -X POST https://agora402.io/html-to-pdf -H "X-PAYMENT: <token>" -H "Content-Type: application/json" -d '{"url":"https://example.com"}''
# โ 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 'curl -X POST https://agora402.io/html-to-pdf -H "X-PAYMENT: <token>" -H "Content-Type: application/json" -d '{"url":"https://example.com"}''
# โ 200 OK + resultexample request
curl -X POST https://agora402.io/html-to-pdf -H "X-PAYMENT: <token>" -H "Content-Type: application/json" -d '{"url":"https://example.com"}'example response
{"success":true,"pdf_url":"https://agora402.io/pdfs/53ba0c59...1787518186687.pdf","expires_at":"2026-08-23T21:09:46Z","size_bytes":14762,"elapsed_ms":2237,"source":"https://example.com"}price per call
$0.050000
USDC ยท Multi-chain
provider receives100%
agora402 feelisting only
payment endpoint
POST /api/pay/cc7ac029-2f73-4e42-bd74-ac454446a223Performance
avg latency?ms
rate limit60 req/min
uptime100.00%
discovered24,999x
page views296
inputjson
outputjson