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
curl -X GET https://atomios.me/api/v1/uuid/v4?count=5 \
-H "X-API-Key: $ATOMIOS_API_KEY"