Skip to content

Text Scramble


Scrambles text

GET /api/text/scramble
Terminal window
https://api.cookie-api.com/api/text/scramble


URL Parameters
wordThe word to be scrambled

curl --location 'https://api.cookie-api.com/api/text/scramble?word=Hello%20World!' \
--header 'Authorization: API_Key'

Responses
{
"original": "Hello World!",
"scrambled": "e lWoHl!rodl",
"success": true
}