Dokaz API › Docs › QR Code API
Wi-Fi QR code API
Phones join a network directly when they scan a QR code carrying the WIFI: payload. This endpoint builds that payload correctly (escaping the special characters that trip up hand-rolled versions) and renders it.
Request
curl "https://api.dokaz.net/v1/qr/wifi?ssid=Cafe+Guest&password=latte123&type=WPA"
Returns SVG by default; add format=png for an image file. hidden=1 marks a hidden network, type=nopass for open ones.
Try it live — this runs against the free tier from your browser.
Pricing
100 calls a day are free with no key. Need more? Starter is $9/month for 10,000 calls across every product, key issued instantly.
Questions
Is the password sent anywhere?
It is encoded into the image you requested and not stored. Aggregate call counts are the only thing we keep.