QR Code Generator API
Binary Stream Response • High Performance • Modern Technologies
Base URL:
https://qrsapi.vercel.app
Generate QR code via GET request
GET /api/qr/generate?text=HelloWorld&size=200&margin=1&format=png
Generate QR code with custom options
POST /api/qr/generate
Content-Type: application/json
{
"text": "Hello World",
"size": 300,
"margin": 2,
"format": "png",
"color": "#FF0000",
"background": "#FFFFFF"
}
Get API usage information
Health check endpoint