Encoder / Decoder Toolkit
Under maintenancePricing
Pay per usage
Go to Apify Store
Encoder / Decoder Toolkit
Under maintenanceEncode 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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
9 days ago
Last modified
Categories
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
| Field | Type | Required | Description |
|---|---|---|---|
texts | array | yes | Strings 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
| Field | Type | Description |
|---|---|---|
input | string | Original text |
base64 | string | Base64 encoded |
base64Decoded | string | Base64 decoded (if valid) |
urlEncoded | string | URL-encoded |
htmlEscaped | string | HTML-escaped |
hex | string | Hex encoded |
Pricing
Pay-per-event: a small per-run start fee plus a low per-result fee.