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.
- Host: GitHub
- URL: https://github.com/allexcd/base64-api
- Owner: allexcd
- Created: 2025-04-27T20:58:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-27T21:19:47.000Z (about 1 year ago)
- Last Synced: 2025-06-11T15:39:10.813Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}