get_qr
ActiveTool of io.github.webberdesign/webbersites-x402-data-api
QR code generator: GET ?data=<text|url> and receive a scannable QR as SVG plus PNG (base64) and a data: URI. Options: size (px, default 512), margin (quiet-zone modules, default 2), ecc (L|M|Q|H, default M), dark/light hex colors. Deterministic, no network, no tracking — encode URLs, wifi, vCards, or payment URIs up to 2,000 chars. ($0.01 per call, paid via x402)
Parameters schema
{
"type": "object",
"required": [
"data"
],
"properties": {
"ecc": {
"type": "string",
"description": "Error correction: L, M (default), Q, or H — higher survives more damage but holds less data"
},
"dark": {
"type": "string",
"description": "Hex color of the modules (default #000000)"
},
"data": {
"type": "string",
"description": "Text or URL to encode (required, up to 2,000 chars)"
},
"size": {
"type": "number",
"description": "PNG width in px (64–2048, default 512)"
},
"light": {
"type": "string",
"description": "Hex background color (default #ffffff)"
},
"margin": {
"type": "number",
"description": "Quiet-zone width in modules (0–20, default 2)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.webberdesign/webbersites-x402-data-api
https://github.com/webberdesign/api.webbersites.com
1/7 registries