Base Encode / Decode
Encode and decode base64, base64url, base32, base32hex and hex — padding-tolerant.
- Method
- POST
- Endpoint
- /v1/base-encode
- Auth
- X-API-Key
- Format
- JSON
- Alphabets
- base64 · base64url · base32 · base32hex · hex
- Ops
- encode · decode
- Status
- 200 · 400 · 401 · 402 · 429
curl -X POST https://atomios.me/api/v1/base-encode/ \
-H "X-API-Key: $ATOMIOS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"op":"encode","alphabet":"base64","data":"hello world"}'