Smart QR Code with Logo
## QR Code Generator API - Make Your Mark with Branded QR Codes This API offers a fast and convenient way to generate QR codes, and unlike others, gives you the power to **seamlessly integrate your logo**. Elevate your QR codes from simple black and white squares to eye-catching branded elements. **Features:** * **Branded QR Codes:** Add your logo to make your QR codes instantly recognizable and…
Smart QR Code with Logo endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/generate_image /generate_image |
This endpoint generates the QR code image, it can receive a logo or not, if the logo is present it displays it in the middle. * Note: For better results, encode your logo using… |
| GET |
/qr?text=hello /qr |
This endpoint is in case you are looking for the standard GET QRCode functionality, this endpoint doesn't contain the Logo option, for that we recommend POST |
| POST |
/generate_base64 /generate_base64 |
This is in case you want to include the output on a tag or any other place as base64. For obtaining directly the image we recommend /generate_image * Note: For better results,… |
| POST |
/logo_to_base64 /logo_to_base64 |
This is an endpoint design to help customers to convert logos into base64. (data:image/png;base64). For the output: "data:image/png;base64........." Don't forget to remove the… |
| POST |
/generate_svg /generate_svg |
This endpoint generates the QR code svg, it can receive a logo or not, if the logo is present it displays it in the middle. * Note: For better results, encode your logo using… |
Smart QR Code with Logo pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $45 / month | — |
|