QRForge
Most QR code generators create **dynamic QR codes** that route through their servers: - They track you (location, device, scan time) - Links can expire after a trial - Your data is stored on their servers - Codes break if their service goes down QRForge generates **static QR codes** where your data is encoded directly in the QR pattern: - **Zero tracking** - No analytics, no tracking pixels -…
QRForge endpoints
| Method | Endpoint | Description |
|---|---|---|
| Utility | ||
| GET |
api_info_info_get /info |
Get API information and capabilities. |
| GET |
privacy_info_privacy_get /privacy |
Explain QRForge's privacy-first approach. QRForge generates **static QR codes** - your data is encoded directly in the QR pattern, not stored on our servers. This means: - No… |
| GET |
health_check_health_get /health |
Health check endpoint. |
| QR Generation | ||
| GET |
generate_basic_qr_qr_get /qr |
Generate a basic QR code. - **data**: The content to encode (URL, text, etc.) - **size**: Output image size in pixels (100-1000) - **format**: Output format (png, svg, base64) -… |
| Special QR Types | ||
| GET |
generate_sms_qr_qr_sms_get /qr/sms |
Generate an SMS QR code. Scan to send text message. |
| GET |
generate_email_qr_qr_email_get /qr/email |
Generate an email QR code. Scan to compose email. |
| GET |
generate_vcard_qr_qr_vcard_get /qr/vcard |
Generate a vCard QR code. Scan to add contact. |
| GET |
generate_wifi_qr_qr_wifi_get /qr/wifi |
Generate a WiFi QR code. Scan to connect to the network. |
| GET |
generate_phone_qr_qr_phone_get /qr/phone |
Generate a phone QR code. Scan to dial number. |
| GET |
generate_event_qr_qr_event_get /qr/event |
Generate a calendar event QR code. Scan to add to calendar. |
| GET |
generate_geo_qr_qr_geo_get /qr/geo |
Generate a geo location QR code. Scan to open in maps. |
| Premium Features | ||
| POST |
generate_batch_qr_qr_batch_post /qr/batch |
Generate multiple QR codes and return as a ZIP file. **Limits**: Maximum 100 codes per request. |
| POST |
generate_logo_qr_qr_logo_post /qr/logo |
Generate a QR code with an embedded logo. **Note**: Uses high error correction (H) automatically to ensure the QR code remains scannable with the logo overlay. |
QRForge pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | 60 / minute |
|
| ULTRA | $19.99 / month | 120 / minute |
|
| MEGA | $99.99 / month | — |
|