Sample input
aGVsbG8gd29ybGQ=
Convert between Base64 and plain text, auto-detect direction, and handle UTF-8 correctly.
aGVsbG8gd29ybGQ=
curl -X POST https://staging.toolkit.fun/api/v1/t/base64 \
-H "Authorization: Bearer tk_..." \
-H "Content-Type: application/json" \
-d '{"input":"...","params":{}}'
MCP server: https://staging.toolkit.fun/api/mcp
Use this tool directly when you need Base64 Encode / Decode, want to chain it into a workflow, or want to expose it to an agent over REST API or MCP. This page carries the sample, call syntax, manifest, and version so search engines and generative retrieval can describe the tool accurately.
Convert between Base64 and plain text, auto-detect direction, and handle UTF-8 correctly.