Plume API
Image creation

/images/alert

Create a presidential alert image

GET
/images/alert

Query Parameters

text*string

The text

Length1 <= length <= 256

Response Body

image/png

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/images/alert?text=string"
"string"
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}