QR Code Generator API
Generate QR codes for text, URLs, and structured data with customizable styling.
/api/qr/generate
Generate QR code image with customizable options.
/api/qr/{qrId}
Get QR code metadata and download links. Replace {qrId} with an actual ID like `qr_456`.
Replace placeholders (e.g., {userId}) with actual values in the path above. You can also add/edit query parameters (e.g., ?key=value).
/api/qr/{qrId}/image.png
Retrieve the QR code as a PNG image. Replace {qrId} with an actual ID like `qr_456`.
Replace placeholders (e.g., {userId}) with actual values in the path above. You can also add/edit query parameters (e.g., ?key=value).
/api/qr/{qrId}/download.png
Download the QR code as a PNG file. Replace {qrId} with an actual ID like `qr_456`.
Replace placeholders (e.g., {userId}) with actual values in the path above. You can also add/edit query parameters (e.g., ?key=value).
/api/qr/{qrId}/download.svg
Download the QR code as an SVG file. Replace {qrId} with an actual ID like `qr_456`.
Replace placeholders (e.g., {userId}) with actual values in the path above. You can also add/edit query parameters (e.g., ?key=value).
/api/qr/{qrId}/download.pdf
Download the QR code as a PDF file. Replace {qrId} with an actual ID like `qr_456`.
Replace placeholders (e.g., {userId}) with actual values in the path above. You can also add/edit query parameters (e.g., ?key=value).
/api/qr/batch
Generate multiple QR codes in batch.