PUBLIC TOOL · AUTHENTICATION: NONE

Base64 Encode or Decode

Encode UTF-8 text to Base64 or decode Base64 to UTF-8 text.

encodingbase64text

Execute

POST https://casemesh.top/api/tools/base64/execute
Content-Type: application/json

{"operation":"encode","text":"hello"}

Definition

{
  "aliases": [
    "base64 encode",
    "base64 decode"
  ],
  "authentication": "none",
  "capabilities": [
    "encoding",
    "base64",
    "text"
  ],
  "description": "Encode UTF-8 text to Base64 or decode Base64 to UTF-8 text.",
  "execute_url": "https://casemesh.top/api/tools/base64/execute",
  "executor": "casemesh",
  "input_example": {
    "operation": "encode",
    "text": "hello"
  },
  "kind": "transform",
  "name": "Base64 Encode or Decode",
  "tool_id": "base64",
  "transport": "builtin"
}