# Create Swiss QR Code - Prefer POST endpoint if possible Endpoint: GET /v2/swiss-qr-code Version: 2.0 Security: X-API-Key, api_key ## Query parameters: - `format` (string) Output Format - `resolution` (string) Output Resolution. Enum: "LOW_150_DPI", "MEDIUM_300_DPI", "HIGH_600_DPI" - `size` (string) Desired QR Code size (in pixels). This is an alternative to Output Resolution. This is only relevant for raster graphics (e.g. PNG). Please note that it is only a hint. Example: 500 - `normalizeInput` (boolean) If true, input gets normalized. This means strings are trimmed, special quotations replaced with ASCII ones and special characters replaced with semantically equal ones (e.g. œ -> oe) - `qrInvoice` (string, required) QrInvoice json document, URL encoded using UTF8