An open API service indexing awesome lists of open source software.

https://github.com/allexcd/base64-api

Simple Base64 Encoder API built with Node.js and Express, designed for automation tools like n8n. Accepts raw text via POST and returns Base64-encoded output.
https://github.com/allexcd/base64-api

Last synced: 9 months ago
JSON representation

Simple Base64 Encoder API built with Node.js and Express, designed for automation tools like n8n. Accepts raw text via POST and returns Base64-encoded output.

Awesome Lists containing this project

README

          

# Base64 Encoder API

A simple Node.js and Express API for Base64 encoding text, designed for automation tools like n8n, webhooks, and microservices.

## Features
- Accepts raw text input via POST requests
- Returns Base64-encoded output
- Lightweight and fast
- Ideal for automation workflows (e.g., n8n Cloud, Zapier, Make.com)

## API Usage

### POST `/encode`

**Request Body:**
gis
```json
{
"text": "Your raw text here"
}