QuickQR API
## QuickQR API Most QR generators just render pixels. QuickQR actually **scans the output** to verify it works — then stress-tests it under low light, print blur, small labels, and angled capture. Built for developers who ship QR codes in production, not just demos. --- ## What Makes It Different - **Scan verification** — renders QR, then decodes it with a real scanner to confirm it reads…
QuickQR API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/validate /validate |
|
| POST |
/generate/import /generate/import |
|
| GET |
/generate/batch/jobs/{jobId} /generate/batch/jobs/{jobId} |
|
| POST |
/generate /generate |
|
| POST |
/generate/batch /generate/batch |
|
| GET |
/templates /templates |
|
| POST |
/generate/batch/async /generate/batch/async |
|
| GET |
/formats /formats |
|
| GET |
/health /health |