Generate UUID v4(s)
Generate one or more RFC 4122 version 4 UUIDs. When count is 1, a convenience uuid field is included.
query Parameters
versionUUID version. Only version 4 is supported.
countNumber of UUIDs to generate.
Generate UUID v4(s) › Responses
Generated UUIDs
versioncountuuidsuuidConvenience field, present only when count === 1.
Hash text (query)
Compute the hex digest of text using the selected algorithm.
query Parameters
textThe text to hash.
algoHash algorithm.
Hash text (query) › Responses
Hex digest
algohexlengthHash text (JSON body)
Compute the hex digest of text supplied in a JSON body.
Hash text (JSON body) › Request Body
textalgoHash text (JSON body) › Responses
Hex digest
algohexlengthBase64 encode/decode (query)
Base64 encode or decode text, with optional URL-safe alphabet.
query Parameters
textThe text to encode or decode.
opOperation to perform.
urlsafeUse the URL-safe base64 alphabet.
Base64 encode/decode (query) › Responses
Encoded or decoded result
opurlsaferesultBase64 encode/decode (JSON body)
Base64 encode or decode text supplied in a JSON body.
Base64 encode/decode (JSON body) › Request Body
textopurlsafeBase64 encode/decode (JSON body) › Responses
Encoded or decoded result
opurlsaferesultDecode a JWT (no signature verification)
Decode a JWT's header and payload. Does not verify the signature.
query Parameters
tokenA JWT of the form header.payload[.signature].
Decode a JWT (no signature verification) › Responses
Decoded header and payload
signature_presentGenerate a cryptographically-random password
Generate a secure random password with configurable length and character classes.
query Parameters
lengthPassword length.
lowercaseInclude lowercase letters.
uppercaseInclude uppercase letters.
numbersInclude digits.
symbolsInclude symbols.
Generate a cryptographically-random password › Responses
Generated password
passwordlengthConvert text into a URL slug
Convert arbitrary text into a clean, URL-safe slug with diacritic stripping.
query Parameters
textThe text to slugify.
separatorThe word separator.
Convert text into a URL slug › Responses
Slugified text
originalseparatorslug