Plume API
Fun

/color/image/{hex}

Get a colored image

GET
/color/image/{hex}

Path Parameters

hex*string

A valid hexadecimal color (without the #)

Match^[A-Fa-f0-9]{6}$
Length6 <= length <= 6

Response Body

image/png

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/color/image/string"
"string"
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}