...
Search Tools
Search for a command to run...
Base64 Decoder
Decode base64 encoded text back to its original form.
Use with cURL
You can also use this functionality directly via the API endpoint with cURL commands.
cURL Command:
curl -X POST "https://all-tools.app/api/base64-decoder" -H "Content-Type: application/json" -d "{\"text\":\"SGVsbG8gV29ybGQ=\"}"