{"openapi":"3.1.0","info":{"title":"QR Code Generator","description":"This tool creates QR codes from text or URLs that you can download as images, with all processing happening locally in your browser.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/qr-code-generator":{"get":{"operationId":"qrCodeGenerator","summary":"This tool creates QR codes from text or URLs that you can download as images, with all processing happening locally in your browser.","parameters":[{"name":"text_input","in":"query","required":false,"description":"Text or URL","schema":{"type":"string"}},{"name":"error_correction","in":"query","required":false,"description":"Error correction","schema":{"type":"string","enum":["L","M","Q","H"]}},{"name":"size","in":"query","required":false,"description":"Size","schema":{"type":"string","enum":["200","320","480","640"]}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}