🔤
Base64 Encode / Decode
Encode text to Base64 or decode Base64 back to text.
encoder
API: POST /api/tools/base64-encode
Input
Result
🔌 API Usage
POST /api/tools/base64-encode
Content-Type: application/json
// Example body:
{
"text": "",
"mode": "encode"
}
Content-Type: application/json
// Example body:
{
"text": "",
"mode": "encode"
}