GET
/v1/assets/qr
Copy to clipboard
Generate QR image
Generate QR image
Request
text
string
required
w
number
optional
color-dark
string
optional
color-light
string
optional
Responses
{
"type": "object",
"properties": {}
}
400 Response
application/json
status
boolean
optional
error
object
optional
code
number
optional
message
string
optional
{
"status": false,
"error": {
"code": 5045,
"message": "You need to send a text to generate the QR Code"
}
}