Skip to content

Uhh Endpoint


Returns a uhh in a specified length

GET /api/fun/uhh
Terminal window
https://api.cookie-api.com/api/fun/uhh

Returns a uhh in a specified length


URL Parameters
amountThe amount of "h" to be added (Max. 10.000)

curl --location 'https://api.cookie-api.com/api/fun/uhh?amount=30' \
--header 'Authorization: API_Key'

Responses
{
"success": true,
"uhh": "uhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh"
}