Создайте изображение QR-кода PNG из любой текстовой строки или URL-адреса.
{
"Path": "/tools/image/qr/generate",
"Method": "get",
"Tag": "Tools: Images",
"Summary": "Generate QR Code",
"Description": "Create a PNG QR code image from any text string or URL.",
"consumes": null,
"Parameters": [
{
"name": "data",
"in": "query",
"description": "",
"required": true,
"type": "string",
"default": null,
"x-load-url": null,
"x-link-child": null
},
{
"name": "level",
"in": "query",
"description": "",
"required": false,
"type": "string",
"default": "M",
"enum": [
"L",
"M",
"H"
],
"x-load-url": null,
"x-link-child": null
},
{
"name": "size",
"in": "query",
"description": "",
"required": false,
"type": "integer",
"default": 256,
"x-load-url": null,
"x-link-child": null
}
]
}