Plume API
Utility

/qrcode

Generate a QRCode

GET
/qrcode

Query Parameters

text*string

The text to encode into the QRCode

Length1 <= length <= 100

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