Advanced QR Generator
# Advanced QR Code Generator API A powerful and flexible QR code generation service that allows you to create custom QR codes with advanced features including logo integration, background customization, and multiple output formats. ## Features ### Core QR Generation - Generate QR codes from any text, URL, or data - Support for all standard QR code formats (URL, text, email, phone, SMS, WiFi) -…
Advanced QR Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| Templates (Premium/Pro Only) | ||
| GET |
getTemplateDetails /qr/templates/{uuid}/ |
Get details of a specific template (Premium/Pro tier required). |
| POST |
createTemplate /qr/templates/create/ |
Create a new QR template (Premium/Pro tier required). |
| GET |
listTemplates /qr/templates/ |
Get a list of templates |
| DELETE |
deleteTemplate /qr/templates/{uuid}/delete/ |
Delete a template (soft delete, Premium/Pro tier required). |
| PUT |
updateTemplate /qr/templates/{uuid}/update/ |
Update an existing template (Premium/Pro tier required). |
| API Information | ||
| GET |
getApiInfo /qr/info/ |
Get information about the QR Code Generator API capabilities and features. |
| QR Code Generation | ||
| POST |
qrGenerator /qr/qr/ |
Generate a QR code using POST request with JSON body. |
Advanced QR Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA | $15 / month | — |
|
| MEGA | $50 / month | — |
|