TheBase64 REST API Reference

TheBase64 provides a REST API service allowing you to encode/decode textual data and files with the base64 encoding algorithm using just a simple HTTP client.

Getting Started

Looking for Zapier's integration? Check it here!

Authentication

A quick example showing how simple it is to authenticate your request with TheBase64 secret key.

Read more
Base64 encode REST API

The Base64 Encode API endpoint allows you to encode textual data or files to the Base64 encoded string format.

Read more
Base64 decode REST API

The Base64 Decode API allows you to decode the base64 encoded string into original text or file.

Read more