🆔
UUID Generator
Generate UUIDs (version 1 or version 4).
crypto
API: POST /api/tools/uuid-generator
Input
Result
🔌 API Usage
POST /api/tools/uuid-generator
Content-Type: application/json
// Example body:
{
"version": "4",
"count": "5"
}
Content-Type: application/json
// Example body:
{
"version": "4",
"count": "5"
}