Alloyinfrastructure apis

Utilities

Practical developer utilities: identifiers, encoders, JWTs, hashes, JSON/YAML/CSV conversion, regex testing, cron parsing, user-agent parsing, slug generation, secure password generation, QR codes.

MethodPathSummary
GET/api/uuidUUID v4 or v7 (?version=)
GET/api/uuid/bulkBulk UUIDs (?count=)
GET/api/ulidULID
POST/api/base64/encodeBase64 encode
POST/api/base64/decodeBase64 decode
POST/api/hash/md5MD5 hash
POST/api/hash/sha1SHA-1 hash
POST/api/hash/sha256SHA-256 hash
POST/api/hash/sha512SHA-512 hash
POST/api/jwt/decodeDecode JWT (header + payload, no verification)
POST/api/json/formatFormat / minify JSON
POST/api/json/validateValidate JSON
POST/api/yaml/to-jsonYAML → JSON
POST/api/json/to-yamlJSON → YAML
POST/api/csv/to-jsonCSV → JSON
POST/api/json/to-csvJSON → CSV
POST/api/regex/testTest a regex against input (ReDoS-safe)
GET/api/cron/parseParse a cron expression and project upcoming runs
GET/api/ua/parseParse a User-Agent string
GET/api/slugGenerate a URL-safe slug
GET/api/password/generateCryptographically random password
GET/api/qr/generateQR code (SVG or PNG)

See the full reference or fetch the live OpenAPI 3.1 spec.