DE EN NL

API Documentation - QR Generator

Interface for remote QR code generation

GET /api/generate

Use this endpoint to create QR codes via URL call.

Parameter Default Description
contentrequiredText or URL
formatpngpng, svg or eps
color#000000Code color (Name/Hex)
bg#ffffffBackground or transparent
scale7Scaling factor (1.0 - 20.0)
border2Border width in modules (0 - 10)

Important Notes:

• For hex colors, # must be encoded as %23 (e.g. color=%230066cc).

EPS Format: Ideal for professional printing, files may be larger.

Border: Default is 1 module (compact). QR spec recommends 4 modules for maximum compatibility.

Examples & Live Test

Click the links to test the API directly:

This API is optimized for use in scripts (Python, JS, cURL).

Unlike the front-end, the API processes data on the server side.
Neither the input nor the QR code are saved.