Text Transformation API
UUIDs, Hashing, Encoding and Text Manipulation the all in one Text API
4 subscribers
35 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Text Transformation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/uuid/v3 /uuid/v3 |
Generates a name-based UUID (version 3) using MD5 hashing of the provided input. |
| POST |
/uuid/v5 /uuid/v5 |
Generates a name-based UUID (version 5) using SHA-1 hashing of the provided input. |
| POST |
/uuid/bulk /uuid/bulk |
Generates multiple UUIDs of the specified version. |
| GET |
/uuid/v4-standard /uuid/v4-standard |
Generates a random UUID (version 4) using Java's standard UUID.randomUUID() method. |
| GET |
/uuid/v1 /uuid/v1 |
Generates a time-based UUID (version 1) that includes timestamp and MAC address information. |
| GET |
/uuid/v4 /uuid/v4 |
Generates a random UUID (version 4) using cryptographically strong random number generator. |
| GET |
/uuid/v1-random /uuid/v1-random |
Generates a time-based UUID (version 1) with a random MAC address for privacy. |
| POST |
/decode/html /decode/html |
Decodes HTML entities back to original characters. |
| POST |
/decode/binary /decode/binary |
Decodes binary representation back to text. |
| POST |
/encode/binary /encode/binary |
Encodes text to binary representation (8-bit per character). |
| POST |
/encode/hex /encode/hex |
Encodes text to hexadecimal representation. |
| POST |
/decode/jwt /decode/jwt |
Decodes JWT token header and payload (no signature verification). |
| POST |
/decode/hex /decode/hex |
Decodes hexadecimal representation back to text. |
| POST |
/decode/url /decode/url |
Decodes URL-encoded text (percent-decoding). |
| POST |
/decode/base64 /decode/base64 |
Decodes Base64 encoded text back to original format. |
| POST |
/encode/base64 /encode/base64 |
Encodes the input text to Base64 format. |
| POST |
/text/split /text/split |
Splits the input text by a delimiter and returns an array of parts. |
| POST |
/encode/html /encode/html |
Encodes text to HTML entities for safe display in HTML. |
| POST |
/encode/url /encode/url |
Encodes text for safe use in URLs (percent-encoding). |
| POST |
/text/case/title /text/case/title |
Converts the input text to title case (first letter of each word capitalized). |
| POST |
/text/reverse/string /text/reverse/string |
Reverses the entire input string character by character. |
| POST |
/text/case/kebab /text/case/kebab |
Converts the input text to kebab-case. |
| POST |
/text/reverse/words /text/reverse/words |
Reverses the order of words in the input text. |
| POST |
/text/case/lower /text/case/lower |
Converts the input text to lowercase. |
| POST |
/text/clean/whitespace /text/clean/whitespace |
Removes extra whitespace and trims the input text. |
| POST |
/text/case/upper /text/case/upper |
Converts the input text to uppercase. |
| POST |
/text/replace /text/replace |
Replaces all occurrences of a target string with a replacement string. |
| POST |
/text/case/snake /text/case/snake |
Converts the input text to snake_case. |
| POST |
/text/case/camel /text/case/camel |
Converts the input text to camelCase. |
| POST |
/text/clean/special-chars /text/clean/special-chars |
Removes all special characters, keeping only letters, numbers, and spaces. |
| POST |
/text/substring /text/substring |
Extracts a substring from the input text based on start and end positions. |
| POST |
/hash/sha512 /hash/sha512 |
Hashes the input using SHA-512 algorithm. |
| POST |
/hash/sha256 /hash/sha256 |
Hashes the input using SHA-256 algorithm. |
| POST |
/hash/md5 /hash/md5 |
Hashes the input using MD5 algorithm. |
| POST |
/hash/bcrypt /hash/bcrypt |
Hashes the input using bcrypt algorithm. |
Text Transformation API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $10 / month | — |
|