/api/v1/qr
Generate QR codes in PNG, WebP, or SVG format with advanced styling (gradients, rounded corners, dots)
Example Request Body:
{
"data": "https://example.com",
"format": "svg",
"gradient_end": "#764ba2",
"gradient_start": "#667eea",
"gradient_type": "linear",
"module_style": "rounded"
}