REST API Authentication

Authenticating your Base64 encode/decode REST API request is straightforward. Simply pass your secret key as a "?secret=your_secret" query param to the URL and you are good to go!


Authenticated request example:

    https://api.thebase64.com/encode?secret=your_secret
    
    or
    
    https://api.thebase64.com/decode?secret=your_secret