📱
QR Code Generator
Generate a QR code as a base64-encoded PNG image.
generators
API: POST /api/tools/qr-code
Input
Result
🔌 API Usage
POST /api/tools/qr-code
Content-Type: application/json
// Example body:
{
"text": "",
"size": "10"
}
Content-Type: application/json
// Example body:
{
"text": "",
"size": "10"
}