fredlackey.comOpen-Source Tooling

Fred Lackey

UID Generator

Craft a URL with a quantity, UID type, and output format — parameters can appear in any order.

URL Examples

Usage

Parameters can be provided in any order — the generator figures out what each segment means.

Reference

Parameters
Types
uiduuidnanonanoidv1v3v4v5
Formats
jsonstringarray
Options
caps / cap / upper / uplower / lowundash / no-hyphens

Direct API Access

POST /api

Send a POST request to https://uid.fredlackey.com/api with a JSON body:

Request Body
{
  "format": "json",
  "uidType": "uid",
  "length": 10,
  "nsize": 10,
  "options": [
    "caps",
    "undash"
  ]
}

Questions? Reach out: fred.lackey@gmail.com