Introduction
A simple HTTP API for UUIDs — one request, one unique identifier.
Yeti is a dead-simple HTTP API for UUIDs. Make one authenticated request, get one
unique identifier back — v4 or v7 — rate-limited and metered. Nothing to install,
nothing to maintain.
Base URL
https://yetiids.comAt a glance
- One endpoint —
GET /v1/uuidreturns a single UUID. - Batch —
GET /v1/uuid/batch?count=Nreturns many at once. - Versions —
v4(random) orv7(time-sortable). - Auth — a bearer API key, created in your dashboard.
Ready? Head to Quickstart.