The docs are still under work. Please bear with us 🙇♂️
Generate a random color and return hex, HSL, name, and preview image
cURL
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>" } }
Authorization: Bearer sk_kaori_*
Response for status 200
Show child attributes
Was this page helpful?