yeti

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.com

At a glance

  • One endpointGET /v1/uuid returns a single UUID.
  • BatchGET /v1/uuid/batch?count=N returns many at once.
  • Versionsv4 (random) or v7 (time-sortable).
  • Auth — a bearer API key, created in your dashboard.

Ready? Head to Quickstart.

On this page