Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man qr-maker

/qr-maker

agentutility / web-probe / qr-maker
PRICE / CALL
$0.001
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobe
CATEGORY
uncategorized
STATUS
live
NAME
qr-maker qr maker api / qr code maker / url to qr / text to qr
synonym alias of qr-code-generate — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/qr-maker
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

QR maker API / QR code maker / URL to QR / text to QR. Generates a PNG or SVG QR code from text, URL, vCard, WiFi join string, or plain text. Pure JS encoder, no upstream API.

INPUTrequest schema
propertytypedescriptionreq?
textstringText to encode. Any string up to ~4296 chars.required
formatstringOutput image format. Default 'png'.
enum: png · svg
optional
sizenumberImage side length in pixels. Range [64, 1024]. Default 256.optional
error_correctionstringReed-Solomon error-correction level.
enum: L · M · Q · H
optional
marginnumberQuiet-zone margin in modules. Range [0, 20]. Default 4.optional
foregroundstringQR module color as 6 or 8-digit hex.optional
backgroundstringBackground color as 6 or 8-digit hex.optional
OUTPUTresponse shape
fieldtypedescription
formatstring
sizestring
content_typestring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/qr-maker \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the qr-maker tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
web-probeqrmakerqr-maker
methods
POST
cluster
webprobe
price
$0.001 USDC per call
ADJACENTother endpoints in webprobe
endpointdescriptionprice
crypto-headlinesCrypto headlines API / low-cost cryptocurrency news feed / bitcoin ethereum DeFi headline search.$0.001
hacker-news-searchHacker News search / HN search / yc-news / Algolia HN.$0.001
hn-searchHN search / Hacker News search / yc-news / startup-news search / Algolia HN / who-is-hiring scraper / programmer-news firehose.$0.001
ip-asnIP to ASN / IP geolocation / IP-to-ISP lookup / WHOIS for IP / cloud-provider attribution.$0.001
qr-code-generateQR code generator / QR maker / vCard QR / WiFi QR / URL to QR / SVG QR / PNG QR / customizable error correction.$0.001
qr-generatorQR generator API / create QR code / text-to-QR / link QR generator.$0.001
tld-infoTLD info / top-level domain registry lookup / ccTLD vs gTLD / TLD introduction year / new gTLD registry.$0.001
user-agent-parseUser-Agent parser / UA classifier / browser detection / OS detection / bot detection / AI crawler identifier (GPTBot, ClaudeBot, Perplexi…$0.001
SEE ALSO
agentutility · webprobe · x402 · mcp · llms.txt · registry.json · bazaar.x402.org