QR Code Generator - All in One
Professional QR Code generation API with extensive customization options. Generate QR codes for URLs, text, contact info, WiFi credentials, and more.
1 subscribers
7 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
QR Code Generator - All in One endpoints
| Method | Endpoint | Description |
|---|---|---|
| generate | ||
| POST |
/generate/wifi /generate/wifi |
Generate a WiFi QR code that can be scanned to connect to a network **Request Body Example:** ```json { "ssid": "MyHomeWiFi", "password": "SecurePassword123", "security": "WPA",… |
| POST |
/generate /generate |
Generate a QR code (POST request - JSON body for more options) **Request Body Example:** ```json { "data": "https://example.com", "size": 10, "border": 4, "error_correction":… |
| POST |
/generate/base64 /generate/base64 |
Generate a QR code and return it as a base64-encoded string Useful for embedding QR codes directly in HTML or JSON responses **Response Example:** ```json { "image":… |
| GET |
/generate /generate |
Generate a QR code (GET request - simple URL parameters) **Error Correction Levels:** - L: ~7% correction capability - M: ~15% correction capability (default) - Q: ~25%… |
| POST |
/generate/vcard /generate/vcard |
Generate a vCard QR code for contact information **Request Body Example:** ```json { "name": "John Doe", "phone": "+1234567890", "email": "[email protected]", "organization":… |
| POST |
/generate/styled /generate/styled |
Generate a styled QR code with custom module shapes **Module Styles:** - square: Standard square modules (default) - rounded: Rounded corners on modules - circle: Circular… |
| health | ||
| GET |
health /health |
Health check endpoint for monitoring |
QR Code Generator - All in One pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $8 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $99 / month | — |
|