Image manipulation
/images/colorify
Colorify an image
Query Parameters
url?string
A valid image URL
Length
1 <= length <= 2048color?string
A valid hexadecimal color (without the #)
Match
^[A-Fa-f0-9]{6}$Length
6 <= length <= 6Response 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"
}