QR Code API Service
This is a QR code generation API service.
API Usage
GET /api/qr?data=URL_TO_ENCODE&size=150x150&format=png
Parameters:
- data (required): The URL or text to encode in the QR code
- size (optional): Size of the QR code (default: 150x150)
- format (optional): Format of the QR code (png or svg, default: png)
- download (optional): Set to any value to download the QR code
Example:
Generate a QR code for example.com