This API allows you to generate QR codes with specified data and size.
GET https://api.apgy.in/qr/?data={data}&size={size}
TEXT
300
GET https://api.apgy.in/qr/?data=TEXT&size=300
The response will be a QR code image with the specified data and size.
<img src="https://api.apgy.in/qr/?data=TEXT&size=300" alt="QR Code">
![QR Code](https://api.apgy.in/qr/?data=TEXT&size=300)
If any of the parameters are invalid, the API will return an error message specifying the issue.
For any issues or questions, please contact support at [email protected].