| URL | Description |
|---|---|
|
GET /qr |
Creates a PNG formatted image QR code of the Data supplied in the querystring request parameter URL ParametersParameters should be passed in the querystring
Data:
The URL encoded data to be presented in the resulting QR code image (Required)
EccLevel:
QR codes support four levels of error correction to enable recovery of missing, misread, or obscured data. Greater redundancy is achieved at the cost of being able to store less data. Border: Whether or not a border should be painted with LightColour. Default is 1 (true)
DarkColour:
The hexadecimal (HTML) colour of each module pixel with optional alpha value for transparency. Default is black (000000)
LightColour:
The hexadecimal (HTML) colour of the quiet pixels with optional alpha value for transparency. Default is white (FFFFFF) PixelSize: The size of each module pixel in the output image. Default is 3 |