QRCode Smart Generator
# QR Code API **QR Code API** is a powerful, cheapest and flexible RESTful service that enables developers to generate dynamic QR codes tailored to a wide range of use cases. Whether you need to encode plain text, email links, WiFi credentials, contact information, cryptocurrency payment details, geolocation coordinates, telephone numbers, SMS messages, or arbitrary data, our API offers a…
QRCode Smart Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
/health /health |
Returns the status of the API. |
| qr | ||
| POST |
/qr/email /qr/email |
Generate a QR code for sending an email (mailto link). |
| POST |
/qr/geolocation /qr/geolocation |
Generate a QR code containing geolocation coordinates. |
| POST |
/qr/crypto /qr/crypto |
Generate a QR code for cryptocurrency payments. |
| POST |
/qr/auto /qr/auto |
Automatically detect the input format and generate the corresponding QR code. |
| POST |
/qr/wifi /qr/wifi |
Generate a QR code to connect to WiFi. |
| POST |
/qr/text /qr/text |
Generate a QR code from plain text. |
| POST |
/qr/arbitrary /qr/arbitrary |
Generate a QR code from any arbitrary data. |
| POST |
/qr/telephone /qr/telephone |
Generate a QR code that encodes a telephone number. |
| POST |
/qr/contact /qr/contact |
Generate a QR code for contact information (MECARD format). |
| POST |
/qr/batch /qr/batch |
Generate multiple QR codes in a single request. |
| POST |
/qr/sms /qr/sms |
Generate a QR code to send an SMS. |
| image | ||
| POST |
/image/upload /image/upload |
Upload an image file to the client's folder. |
| DELETE |
/image/{filename} /image/{filename} |
Delete an image from the client's folder by its filename. |
| GET |
/image/list/all /image/list/all |
Retrieve a list of all images in the client's folder. |
| GET |
/image/list /image/list |
Retrieve a list of images uploaded by the client. |
QRCode Smart Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3.99 / month | — |
|
| ULTRA | $6.99 / month | — |
|
| MEGA | $9.99 / month | — |
|