API Reference
QR Code Generator
Generate customizable QR codes from URLs or text, export as SVG or PNG
all core 17 API calls
Plugin ID: qr-code
API calls
Every tool QR Code Generator exposes. Click a call to see its full parameter schema.
Invoking from code
Authenticate with a bearer token, then call any tool above. This example runs
qr_generate
for the qr-code app.
curl -X POST https://api.kiap.ai/api/plugin/call \
-H "Authorization: Bearer cbk_..." \
-H "Content-Type: application/json" \
-d '{ "pluginId": "qr-code", "toolName": "qr_generate", "args": {} }'