curl --request GET \
--url https://api.example.com/v1/color/cmyk-to-hex \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Convert CMYK to hex color.
curl --request GET \
--url https://api.example.com/v1/color/cmyk-to-hex \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Cyan (0-100)
0 <= x <= 100Magenta (0-100)
0 <= x <= 100Yellow (0-100)
0 <= x <= 100Key/Black (0-100)
0 <= x <= 100Successful Response