Craft a URL with a quantity, UID type, and output format — parameters can appear in any order.
URL Examples
UsageParameters can be provided in any order — the generator figures out what each segment means.
Reference
ParametersTypes
uiduuidnanonanoidv1v3v4v5
Formats
jsonstringarray
Options
caps / cap / upper / uplower / lowundash / no-hyphens
Direct API Access
POST /apiSend 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