Generates universally unique identifiers (UUIDs) in versions 4, 5, and 7.
POST https://uuid-generator-api-x402-689670267582.us-central1.run.app/generate
$0.005 USDC (Base L2)
v4 - Random UUID (default)v5 - Name-based UUID using SHA-1v7 - Time-ordered UUID (sortable){
"version": "v4",
"count": 1
}
{
"version": "v5",
"namespace": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
"name": "example.com"
}
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"version": "v4"
}