QR Code Generator
Operationalv2.1.0 • Updated 3 days ago
API Overview
Generate high-quality QR codes with custom branding, error correction levels, and multiple output formats including PNG, SVG, and PDF. Perfect for marketing campaigns, authentication, and product tracking.
image
Multiple Formats
Export as PNG, SVG, PDF, or base64.
palette
Custom Styling
Custom colors, logos, and brand integration.
Endpoints
POST
/api/generateBody Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
data | string | Yes | The data to encode in the QR code. |
size | number | No | Output size in pixels (default: 512). |
format | string | No | Output format: png, svg, pdf (default: png). |
errorCorrection | string | No | Error correction level: L, M, Q, H (default: M). |
foregroundColor | string | No | Hex color for QR code (default: #000000). |
backgroundColor | string | No | Hex color for background (default: #FFFFFF). |
terminalAPI Playground
Live Simulation