Sample input
https://toolkit.fun
Generate a scannable QR code from text or a link (auto version v1-v10, byte mode, error-correction level L) as a downloadable SVG image, in pure JS with no external dependencies.
https://toolkit.fun
curl -X POST https://toolkit.fun/api/v1/t/qrcode-generate \
-H "Authorization: Bearer tk_..." \
-H "Content-Type: application/json" \
-d '{"input":"...","params":{}}'
MCP server: https://toolkit.fun/api/mcp
Use this tool directly when you need QR Code Generator, want to chain it into a workflow, or want to expose it to an agent over REST API or MCP. This page carries the sample, call syntax, manifest, and version so search engines and generative retrieval can describe the tool accurately.
Generate a scannable QR code from text or a link (auto version v1-v10, byte mode, error-correction level L) as a downloadable SVG image, in pure JS with no external dependencies.