OverviewREST · JSON · keyed

UUID Generator

Generate UUID v1–v8 (RFC 9562) — random, time-ordered or deterministic (namespace + name).

Method
GET
Endpoint
/v1/uuid/{version}
Auth
X-API-Key
Format
JSON
Versions
v1–v8 (RFC 9562)
Batch
1–100 per call
Status
200 · 400 · 401 · 402 · 429
Trylive demo · no key
Pricingper API key
Referencecurl · SDK · OpenAPI
curl -X GET https://atomios.me/api/v1/uuid/v4?count=5 \
  -H "X-API-Key: $ATOMIOS_API_KEY"
Ratingscommunity