Helper Function
The Ultimate Developer Utility & Data Processing Hub Stop wasting hours writing complex algorithms from scratch. We provide a complete suite of high-performance utility APIs to simplify your workflow. Premium Data Processing: Advanced Array Operations: Deep object diffing, fuzzy string clustering, deep deduplication, and weighted sorting. Statistical Analysis: Calculate mean, median, and detect…
Helper Function endpoints
| Method | Endpoint | Description |
|---|---|---|
| Encoders | ||
| POST |
Base64 Encode /encoder/base64-encode |
Encodes a string so that it conforms to the Base64 Data Encodings specification. |
| POST |
Base64 Decode /encoder/base64-decode |
Decodes a string so that it conforms to the Base64 Data Encodings specification. |
| POST |
Bcrypt Encode /encoder/bcrypt-encode |
Encodes a string so that it conforms to the Bycript Data Encodings specification. |
| POST |
Aragon2 Encode /encoder/aragon2-encode |
Encodes a string so that it conforms to the Aragon2 Data Encodings specification. |
| POST |
MD5 Encode /encoder/md5-encode |
Encodes a string so that it conforms to the MD5 Data Encodings specification. |
| POST |
SHA Encode /encoder/sha-encode |
Encodes a string so that it conforms to the SHA Data Encodings specification. |
| POST |
Encrypt String /encoder/encrypt |
Encrypt a text / string and you can decrypt by endpoint /encoder/decrypt |
| POST |
Decrypt Data /encoder/decrypt |
Decode / Decrypt String from Encrypt Endpoint /encoder/encrypt |
| POST |
Statistics (Outlier Detection) /array/statistics |
Calculate averages, median, and outlier detection |
| String | ||
| GET |
Generate UUID /string/uuid |
Generate UUID v4 with dash or not. max BASIC: 3 PRO: 20 ULTRA: 50 MEGA: 150 |
| POST |
Word Count /string/word-count |
Count every word you give |
| POST |
Slug /string/slug |
Convert Title or Text to slug format |
| POST |
Escape /string/escape |
Escape HTML character |
| POST |
Ascii /string/ascii |
Convert string into an ASCII value |
| POST |
Markdown /string/markdown |
Converts GitHub flavored Markdown into HTML |
| POST |
Headline /string/headline |
Convert strings delimited by casing, hyphens, or underscores into a space delimited string with each word's first letter capitalized |
| GET |
Random /string/random |
Generate Random String with custom length BASIC: 20 PRO: 30 ULTRA: 70 MEGA: 150 |
| POST |
Fake Real Text /string/fake-text |
Generate Fake Text with min or max number |
| GET |
Fake Paragraph /string/fake-paragraph |
Generate Paragraph |
| Array & Object | ||
| POST |
Undot /array/un-dot |
expands a single-dimensional array that uses "dot" notation into a multi-dimensional array |
| POST |
Shuffle /array/shuffle |
Shuffle Array or object support multidimension |
| POST |
Cross Join /array/cross-join |
Cross Join the given arrays, returning a Cartesian product with all possible permutations: |
| POST |
Pluck /array/pluck |
retrieves all of the values for a given key from an array |
| POST |
Dot /array/dot |
flattens a multi-dimensional array into a single level array that uses "dot" notation to indicate depth: |
| POST |
Find Difference Two Array /array/deep-diff |
Find diff between two array |
| POST |
Cleanse Array /array/cleanse |
Cleanse empty data and remove duplicate base specify key |
| POST |
Clustering Array /array/cluster |
Clustering an Array any typo or similiar |
| Converters | ||
| POST |
HTML TO Array/Object /converter/html-array |
Put your HTML, we will convert to json formatted |
Helper Function pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.9 / month | 5 / second |
|
| ULTRA | $39.8 / month | 10 / second |
|
| MEGA Recommended | $64.9 / month | 40 / second |
|