LinQR
This is LinQR QR Code API documentation. This API allows you to generate custom, visually attractive QR Codes. The cloud infrastructure guarantees high availability and autoscalability of the service. You can generate hundreds of thousands of images this way and use them however you like.
We realize that your API use case may require custom solutions, and perhaps we lack functionality that is very important to you. In that case feel free to write an email to our support and tell us about it. We have repeatedly added new functions of our service directly after the requests of our users.
General remarks:
- maximum request size is fixed at 32MB.
- request timeout is fixed at 180 seconds.
- Homepage
- https://api.apis.guru/v2/specs/linqr.app/2.0.json
- Provider
- linqr.app
- OpenAPI version
- 3.0.2
- Spec (JSON)
- https://api.apis.guru/v2/specs/linqr.app/2.0/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/linqr.app/2.0/openapi.yaml
Tools (16)
Extracted live via the executor SDK.
-
imageManagement.imageDeleteImagesIdDeleteThis endpoint allows you to delete images hosted in the LinQR storage.
-
imageManagement.imageListAllImagesGetThis endpoint allows you to list images hosted in the LinQR storage. If there are no images hosted, an empty array is returned.
-
imageManagement.imageListImagesIdGetThis endpoint allows you to list single image hosted in the LinQR storage.
-
imageManagement.imageUploadImagesPostThis 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
Image managementgroup for image identification. -
multipleQrCodes.qrCodeBatchBatchQrcodePostThis 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
items.jsonfile which is a record of the specifications of each of the files in the archive. -
singleQrCode.dispatcherQrcodeContactPostThis 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 card. After scanning, the device prompts to save the contact in the phone book.
-
singleQrCode.dispatcherQrcodeCryptoPostThis 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 scanning the code, the cryptocurrency wallet application asks user to perform the transfer without rewriting all necessary data.
-
singleQrCode.dispatcherQrcodeEmailPostThis 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 starts the e-mail client with pre-filled specified fields.
-
singleQrCode.dispatcherQrcodeGeoPostThis 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, device maps application is invoked, pointing to the selected location (address).
-
singleQrCode.dispatcherQrcodePhonePostThis 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, device dialer is invoked with prefilled phone number. To make a call, the user only needs to press the green phone key.
-
singleQrCode.dispatcherQrcodePostThis endpoint aggregates the functionality of all other endpoints in the group. The data type in the
datafield is recognized automatically and the data is encoded in an appropriate way. -
singleQrCode.dispatcherQrcodeSmsPostThis 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 the code, device message application is invoked with prefilled phone number and text, ready to be sent. To send a SMS, the user only needs to press Send button.
-
singleQrCode.dispatcherQrcodeTextPostThis 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 displayed to the user.
-
singleQrCode.dispatcherQrcodeWifiPostThis 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 device can automatically connect to the network without having to enter the password manually.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools