URL Description

GET /qr

Creates a PNG formatted image QR code of the Data supplied in the querystring request parameter

URL Parameters
Parameters should be passed in the querystring

Data: The URL encoded data to be presented in the resulting QR code image (Required)
e.g. some+text+to+be+included

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.
L - (Default) Allows recovery of up to 7% data loss
M - Allows recovery of up to 15% data loss
Q - Allows recovery of up to 25% data loss
H - Allows recovery of up to 30% data loss

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)
e.g. 0000FF00

LightColour: The hexadecimal (HTML) colour of the quiet pixels with optional alpha value for transparency. Default is white (FFFFFF)
e.g. 00000099

PixelSize: The size of each module pixel in the output image. Default is 3