Description
ROT47 is a RESTful API that provides encoding/decoding of ROT47 strings. Find out more about ROT47.
Endpoint
https://rot47.handyfunctions.com/
Request Headers
content-type: application/json
Body
{
"input":"Robert is cool :-)"
}
Example
curl --location 'https://rot47.handyfunctions.com' \
--header 'content-type: application/json' \
--data '{
"input":"Robert is cool! :-)"
}'