🔤

Base64 Encode / Decode

Encode text to Base64 or decode Base64 back to text.

encoder API: POST /api/tools/base64-encode

Input

🔌 API Usage

POST /api/tools/base64-encode
Content-Type: application/json

// Example body:
{
  "text": "",
  "mode": "encode"
}