echo "hello" | base64

base64

input


output

result will appear here

api

curl -X POST https://freeforyou.win/api/base64 \
  -H "Content-Type: application/json" \
  -d '{"text": "hello world", "mode": "encode"}'