REST API
Use our REST API to generate QR codes on platforms we don't offer support for, or to build custom integrations.
Note that rate limits may apply for these endpoints. Abuse of these endpoints may result in traffic being blocked, and in extreme cases license keys being revoked
QR Codes
Generate QR codes and have the image returned to you in the format you specify.
Generate QR code
GET
https://qrcodegenerator.api.littleappy.co/qrcode/basic
Creates and returns a QR code in the specified file format.
Query Parameters
Generate QR code
POST
https://qrcodegenerator.api.littleappy.co/qrcode/basic
Creates and returns a QR code in the specified file format.
Request Body
QR Code Icons
Specify an image to be placed in the center of your generated QR codes. This is useful for marketing and brand recognition, but may hamper the readability of your QR codes if the image is too large.
Upload icon to include in QR code
POST
https://qrcodegenerator.api.littleappy.co/qrcode/icon
Premium feature only - requires license key to use
Upload a PNG or JPG image to embed in the middle of your generated QR codes.
Request Body
Upload icon to include in QR code
DELETE
https://qrcodegenerator.api.littleappy.co/qrcode/icon
Premium feature only - requires license key to use
Delete a PNG or JPG image that's being embedded in the middle of your generated QR codes.
Request Body
Last updated