🆔

UUID Generator

Generate UUIDs (version 1 or version 4).

crypto API: POST /api/tools/uuid-generator

Input

🔌 API Usage

POST /api/tools/uuid-generator
Content-Type: application/json

// Example body:
{
  "version": "4",
  "count": "5"
}