Best Free QR Code Generator
Shandisa chero link kana chinyorwa kuita QR code - yakaoma, isina kutevera, yemahara uye isina mvura.
Maitiro ekushanda
- Sarudza zvinyorwa. Tinya bhatani rekuti "QR Code" kuti utore QR code yako.
- Choose options. Choose a size and an error-correction level (higher survives more damage).
- La_unch PNG. QR code inoonekwa panguva imwe chete - rodha pasi sePNG.
Nezve iyi chirongwa
Shandisa QR code kuti uite URL, login yeWi-Fi, nhamba yefoni kana chero imwe nyaya. Dzvanya pane saizi uye pazera rekubvisa matambudziko-kubvisa matambudziko kwakanyanya kunoreva kuti code icharamba ichiongororwa kunyange kana imwe chikamu chacho chakanga
Chii vanhu vanoshandisa kuti
- Kuisa chirevo chekubatanidza kune yako saiti paflyer, kadhi kana poster
- Shandisa password yeWi-Fi iyo vafambi vanogona kushanyira
- Add a menu or booking link to a table tent - Kuwedzera menu kana booking link kutable tent
- Kubatanidza chigadzirwa kune peji reongororo kana remashoko
Developer API
Automatize iyi chirongwa kubva yako pachako code. Send a POST request to the endpoint below and get the same result the web tool produces. It is rate-limited per IP and needs no signup - API keys for higher limits are coming.
https://best.free/api/tools/qr-code-generator/
| Parameter | Mufananidzo | Anodarika | Nhoroondo |
|---|---|---|---|
text |
https://best.free |
Yes | URL or text to encode (โค2000 chars). |
size |
10 |
Hapana | Module pixel size 4-20. |
ec |
M |
Hapana | Error correction L/M/Q/H. |
curl -X POST https://best.free/api/tools/qr-code-generator/ \
-H 'Content-Type: application/json' \
-d '{"text": "https://best.free", "size": 10, "ec": "M"}'
import requests
r = requests.post(
"https://best.free/api/tools/qr-code-generator/",
json={"text": "https://best.free", "size": 10, "ec": "M"},
)
print(r.json())
const r = await fetch("https://best.free/api/tools/qr-code-generator/", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ text: "https://best.free", size: 10, ec: "M" }),
});
const data = await r.json();
console.log(data);
Kutenda: JSON with a base64 PNG data URI in "image".
{"ok": true, "image": "data:image/png;base64,iVBORw0KG..."}
Zvimwe zvinobvunzwa zvakanyanya
Zvirongwa zvinobatana
Read more: Best Free QR Code Generators