"Professional on demand on-line API QR code generator interfaces."
"Your API key to success."

Note: We will not respond to email addresses from: '@mail.ru', '@aol.com'. Sorry for the inconvenience.

API Key Request

userPlease fill in the form correctly and completely or risk loosing access to these QR code resources.

Your particulars
Additional information
Receive updates on changes and features?
Are you for real?

What is 7 + 0 


 

QR Code API example

exampleYou are required to register to be eligible to receive an API access key. Enter your details below and a key will be sent to your email address.

QR Code API example

Javascript example

Create a QR code of the current web page and automatically display it as an image in the page. The Iframe below loads the 'Javascript-API-QR-Code.htm' which automatically uses the API to make a QR code of itself.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Javascript API QR Code Example</title>
   <script>
       function getQR(img) {
           var myUrl = document.location.href;
           var imgsrc = "https://www.steeman.org/Gen?key=testkey&type=text&cont=" + encodeURI(myUrl);
           img.src = imgsrc;
       }
    </script>
</head>
<body onload="javascript:getQR(myimage);">
    <img alt="" id="myimage" name="myimage" src="" />
</body>
</html>
Replace the 'testkey' in the code above with your API key to get rid of the watermark and text under the QR code.
Once you have and use your key, the blue watermark dot in the top left will disappear as will the caption "Created at QR4". The QR4 QR code API is a HTML web request driven QR code generator returning ready to use images for direct attachment to any image object in your web page or desktop application.