Favicon

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

Generate QR image

Generate QR image

GET
/v1/assets/qr
Copy to clipboard

Generate QR image

Generate QR image

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"
    }
}