Loop, fetch, save. No API key.
Generating 500 QR codes by hand from a web UI is a non-starter — too slow, too error-prone, and the moment you need to regenerate (someone fixed a typo in the URL list) you start over. Most QR APIs require a key, gate bulk usage behind a $50+/month plan, or rate-limit so aggressively that 100 codes takes an hour.
QRThis offers a free public API at `https://www.qrth.is/api/generate?url=YOUR_URL`. Plain GET, no API key, no auth header. Rate limit is 100 requests per IP per 24 hours, which is more than most bulk jobs need (the result is cacheable and the actual generation is sub-100ms). For larger jobs, batching across IPs or running over multiple days is the simplest workaround.
Last updated: August 2026