Utility
/qrcode
Generate a QRCode
Query Parameters
text*string
The text to encode into the QRCode
Length
1 <= length <= 100Response Body
image/png
application/json
application/json
curl -X GET "https://plume.sodiumlabs.xyz/api/qrcode?text=string""string"{
"message": "string",
"errors": [
{
"message": "string"
}
]
}{
"message": "string"
}