UUID Generator

Generate cryptographically random UUID v4 identifiers instantly.

Copied!
Click "Generate UUIDs" to start...

API Usage

Generate UUIDs programmatically with our free API:

curl https://ai.doxx.lat/api/uuid
curl https://ai.doxx.lat/api/uuid?count=10

No API key needed. CORS enabled. Unlimited requests.

What is a UUID?

A UUID (Universally Unique Identifier) is a 128-bit identifier that is unique across space and time. UUID v4 uses cryptographically strong random numbers, making collisions practically impossible. They are commonly used as database primary keys, session tokens, correlation IDs, and distributed system identifiers.