Plume API
Image manipulation

/images/colorify

Colorify an image

GET
/images/colorify

Query Parameters

url?string

A valid image URL

Length1 <= length <= 2048
color?string

A valid hexadecimal color (without the #)

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

Response Body

image/png

application/json

application/json

application/json

application/json

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