Generators & IDs
UUIDs, ULIDs, passwords, secure randomness, QR codes.
6 tools in this category - 6 free via proof-of-work. ← All tools
UUID generator
FREE w/ compute · or $0.001 ·
GET /api/uuidGenerate UUIDs. ?version=4 (default, random) or 7 (time-ordered), ?count=1..100.
ULID generator
FREE w/ compute · or $0.001 ·
GET /api/ulidGenerate ULIDs (sortable, timestamp-prefixed identifiers). ?count=1..100.
Password generator
FREE w/ compute · or $0.001 ·
GET /api/passwordGenerate cryptographically random passwords. ?length=8..128 (default 24), ?symbols=true|false (default true), ?count=1..…
Random
FREE w/ compute · or $0.001 ·
GET /api/randomCryptographically secure randomness. ?bytes=1..1024 returns hex; or ?min=&max= returns a uniform integer; ?count=1..100.
QR code
FREE w/ compute · or $0.002 ·
GET /api/qrGenerate a QR code PNG from any text or URL. ?text=…&size=256 (128-1024).
UUID v5 (deterministic)
FREE w/ compute · or $0.001 ·
POST /api/uuid-v5Generate a deterministic name-based UUID (version 5, SHA-1) from a namespace + name - the same inputs always yield the s…