Skip to main content
GET
/
v1
/
utils
/
color
/
random
Generate a random color
curl --request GET \
  --url https://api-kaori.mikabot.xyz/v1/utils/color/random \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "hex": "<string>",
    "hsl": "<string>",
    "name": "<string>",
    "preview": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_kaori_*

Response

Response for status 200

success
boolean
required
data
object
required
Last modified on February 3, 2026