Plume API
Cards

/cards/boost

Make a Discord server boost card

GET
/cards/boost

Query Parameters

avatar?string

A valid image URL

Length1 <= length <= 2048
username*string

The user name

Length1 <= length <= 100
text?string

The bottom text

Length1 <= length <= 100

Response Body

image/png

application/json

application/json

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/cards/boost?username=string"
"string"
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}