One GET request. No API key.
Most QR APIs ship with overhead — sign up, get a key, install an SDK, deal with auth headers, learn the request schema. For a feature that's effectively 'turn a URL into a PNG,' that's too much friction. Developers want a single GET request that just works.
QRThis exposes a public endpoint at `/api/generate` that returns a PNG (or SVG) from a single URL parameter. No key, no auth header, no SDK. Rate limit is 100 req per IP per 24 hours. Works from any language with HTTP — Python, Node, Go, bash, browser fetch.
Last updated: August 2026