QRCode
This is fast and customisable QR Code generator. It gives possibility for obtain QR code image dynamically in your solution through API interface. Detailed description of usage in available in the Docs section. As this API is at the early stage of development, feel free to ask questions or share your ideas for further directions of its growth.
QRCode endpoints
| Method | Endpoint | Description |
|---|---|---|
| Multiple QR Codes | ||
| POST |
QR Code Batch /batch/qrcode |
This endpoint allows you to generate an archive containing multiple QR Codes with a single request. The endpoint response is the archive containing the generated image files and… |
| Single QR Code | ||
| POST |
Text QR Code /qrcode/text |
This endpoint allows you to create a QR Code containing any text, in particular, an URL that may redirect the user to the website. After QR code is scanned, website will be… |
| POST |
Email QR Code /qrcode/email |
This endpoint allows the creation of a QR Code allowing the user to quickly send an email. The code contains an appropriately encoded message template. After scanning, the device… |
| POST |
WiFi QR Code /qrcode/wifi |
This endpoint allows you to create a QR Code that allows user to quickly connect to a WiFi network. The code contains properly encoded network credentials. After scanning, the… |
| POST |
Contact QR Code /qrcode/contact |
This endpoint allows you to create a QR Code that allows user to quickly add contact information to the phone book. The code contains an appropriately encoded electronic business… |
| POST |
Cryptocurrency payment QR Code /qrcode/crypto |
This endpoint allows you to create a QR Code that allows user to make a quick cryptocurrency transfer. The code contains appropriately encoded data for the payment. After… |
| POST |
Geolocation QR Code /qrcode/geo |
This endpoint allows you to create a QR Code that allows to share location with the user. The code contains appropriately encoded geographic coordinates. After scanning the code,… |
| POST |
Telephone QR Code /qrcode/phone |
This endpoint allows you to create a QR Code that allows user to make quick telephone call. The code contains appropriately encoded telephone number. After scanning the code,… |
| POST |
SMS QR Code /qrcode/sms |
This endpoint allows you to create a QR Code that allows user to quickly send SMS. The code contains appropriately encoded recipient number and message template. After scanning… |
| POST |
Arbitrary data type QR Code /qrcode |
This endpoint aggregates the functionality of all other endpoints in the group. The data type in the `data` field is recognized automatically and the data is encoded in an… |
| Image management | ||
| DELETE |
Delete image /images/{id} |
This endpoint allows you to delete images hosted in the LinQR storage. |
| GET |
List all images /images |
This endpoint allows you to list images hosted in the LinQR storage. If there are no images hosted, an empty array is returned. |
| GET |
List image /images/{id} |
This endpoint allows you to list single image hosted in the LinQR storage. |
| POST |
Upload image /images |
This endpoint allows you to upload images to LinQR storage. In the response, metadata of the submitted image is sent, including the identifier used by other endpoints from the… |
| Other endpoints | ||
| GET |
QR Code /generateQR |
Generates and returns QR Code. See more in Docs. |
| POST |
QR Code with Custom Image /generateQRwithLogo |
Generates and returns QR Code with custom image supplied in multipart request. See more in Docs. |
| GET |
QR Code Batch /generateQRBatch |
Generates and returns QR Code. See more in Docs. |
| POST |
Upload image /uploadLogo |
Upload image for future usage as embeded QR Code element. See more in Docs. |
| GET |
test / |
asdf |
QRCode pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA Recommended | $39 / month | — |
|
| MEGA | $99 / month | — |
|