You are here: Home > API Reference > UEM > Assets > Generate QR image

Generate QR image

Generate QR image

GET
https://api.applivery.io/v1/assets/qr

Request

text string
required
≤ 1000 characters
w number
optional
Format: float
color-dark string
optional
Match pattern: ^#[a-zA-Z0-9]{6}$
color-light string
optional
Match pattern: ^#[a-zA-Z0-9]{6}$

Responses

{
  "type": "object",
  "properties": {}
}
400 Response application/json
status boolean optional
false
error object optional
code number optional
5045
message string optional
You need to send a text to generate the QR Code
{
    "status": false,
    "error": {
        "code": 5045,
        "message": "You need to send a text to generate the QR Code"
    }
}
Was this page helpful?