Fun
/color/image/{hex}
Get a colored image
Path Parameters
hex*string
A valid hexadecimal color (without the #)
Match
^[A-Fa-f0-9]{6}$Length
6 <= length <= 6Response 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"
}