Encoder / Decoder Toolkit avatar

Encoder / Decoder Toolkit

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Encoder / Decoder Toolkit

Encoder / Decoder Toolkit

Under maintenance

Encode and decode text across Base64, URL-encoding, HTML-entities and hex in one pass. Handy for developers and data cleaning. Offline, no API keys.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

soot

soot

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

9 days ago

Last modified

Share

Encode and decode text across Base64, URL-encoding, HTML-entities and hex in one pass. Handy for developers and data cleaning. Offline, no API keys.

What it does

A self-contained utility Actor - no API keys, no external accounts. Run it on one or many inputs and get a clean, structured dataset (CSV/JSON).

Features

  • Batch processing - one or many inputs per run
  • Structured output - tidy rows ready for CSV/JSON export
  • No credentials - works out of the box
  • Pay-per-event pricing - pay only for what you use

Input

FieldTypeRequiredDescription
textsarrayyesStrings to encode/decode.

Usage example

curl -X POST "https://api.apify.com/v2/acts/sootesting~encoder-decoder-toolkit/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" -d '{"texts": ["Hello & welcome!"]}'

Output

FieldTypeDescription
inputstringOriginal text
base64stringBase64 encoded
base64DecodedstringBase64 decoded (if valid)
urlEncodedstringURL-encoded
htmlEscapedstringHTML-escaped
hexstringHex encoded

Pricing

Pay-per-event: a small per-run start fee plus a low per-result fee.