Generate QR code image from text data with customizable parameters like size, color, error correction, and format
- Provider
- goQR.me QR Code API
- Input summary
- {"name":"data","type":"string","required":true,"description":"The text to store within the QR code (URL encoded). Minimal charcount: 1, Maximal charcount: up to 900 characters"}, {"name":"size","type":"string","required":false,"description":"Size of the QR code image in format [integer]x[integer]. Minimum: 10x10, Maximal: 1000x1000 (png/gif/jpeg/jpg), 1000000x1000000 (svg/eps)"}, {"name":"charset-source","type":"string","required":false,"description":"Charset the text submitted via data parameter is encoded in","enum":["ISO-8859-1","UTF-8"]}, {"name":"charset-target","type":"string","required":false,"description":"Charset to encode the text before storing it within the QR code","enum":["ISO-8859-1","UTF-8"]}, {"name":"ecc","type":"string","required":false,"description":"Error correction code: L(~7%), M(~15%), Q(~25%), H(~30%)","enum":["L","M","Q","H"]}, {"name":"color","type":"string","required":false,"description":"Color of data modules as RGB decimal [0-255]-[0-255]-[0-255] or hex (3/6 chars)"}, {"name":"bgcolor","type":"string","required":false,"description":"Background color as RGB decimal [0-255]-[0-255]-[0-255] or hex (3/6 chars)"}, {"name":"margin","type":"integer","required":false,"description":"Thickness of margin in pixels. Ignored for svg/eps"}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available