◈ Toolbox

UUID Generator

Generate cryptographically secure UUIDs (v4 random or v7 time-ordered).

uuidguiduniqueidentifierv4v7random
Examples(1)
Single v4 UUID

Input

{
  "count": 1,
  "version": "v4",
  "uppercase": false
}

Output

{
  "uuids": [
    "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"
  ],
  "version": "v4"
}