Design Builder
Experiment with QR code design options and see the result in real time. When you're happy with the design:
- Use in QR codes — Copy the JSON and pass it as the
designparameter in your Create QR Code or Update QR Code API call. - Save as template — Store reusable designs with the Templates API: Create Template, List Templates, Get Template. Apply a template's
designwhen creating or updating QR codes.
Dots
The main pattern that makes up the QR code.
Corners
The large corner markers.
Corner Dots
The inner dots of corner markers.
Background
Margin
10px
API Design Object
{
"design": {
"dots": {
"style": "rounded",
"color": "#000000"
},
"corners": {
"style": "extra-rounded",
"color": "#000000"
},
"corners_dot": {
"style": "dot",
"color": "#000000"
},
"background": {
"color": "#ffffff"
},
"margin": 10
}
}