QR Code Generator API Documentation

This API allows you to generate QR codes with specified data and size.

Endpoint

GET https://api.apgy.in/qr/?data={data}&size={size}

Parameters

Query Parameters

Example Request

GET https://api.apgy.in/qr/?data=TEXT&size=300

Example Response

The response will be a QR code image with the specified data and size.

Usage

HTML Example

<img src="https://api.apgy.in/qr/?data=TEXT&size=300" alt="QR Code">

Markdown Example

![QR Code](https://api.apgy.in/qr/?data=TEXT&size=300)

Notes

Error Handling

If any of the parameters are invalid, the API will return an error message specifying the issue.

Contact

For any issues or questions, please contact support at [email protected].