Free Online Tool

Base64 Api โ€” Free Online Tool

Encode or decode Base64 strings via free REST API. Returns JSON. Perfect for developers working with encoding. No API key required!

100% Free
Instant Results
No Login Needed
โ˜…โ˜…โ˜…โ˜…โ˜…4.9 (3,156 reviews)
Free Online Tool

Base64 Api โ€” Free Online Tool

Encode or decode Base64 strings via free REST API. Returns JSON. Perfect for developers working with encoding. No API key required!

100% Free
Instant Results
No Login Needed
โ˜…โ˜…โ˜…โ˜…โ˜…4.9 (3,156 reviews)
Free Online Tool

Base64 Api โ€” Free Online Tool

Encode or decode Base64 strings via free REST API. Returns JSON. Perfect for developers working with encoding. No API key required!

100% Free
Instant Results
No Login Needed
โ˜…โ˜…โ˜…โ˜…โ˜…4.9 (3,156 reviews)
GET https://onemail.pro/api/base64?action=encode&text=Hello

Parameters

ParameterTypeDescription
actionstringencode or decode
textstringText to encode/decode (URL encoded)

Example Request

curl "https://onemail.pro/api/base64?action=encode&text=Hello%20World"

Test the API

Response Format

{
  "success": true,
  "action": "encode",
  "input": "Hello World",
  "output": "SGVsbG8gV29ybGQ=",
  "generatedAt": "2026-03-03T12:00:00.000Z"
}