🔢

ULID Generator

Generate Universally Unique Lexicographically Sortable Identifiers (ULIDs).

generators API: POST /api/tools/ulid-gen

Input

🔌 API Usage

POST /api/tools/ulid-gen
Content-Type: application/json

// Example body:
{
  "count": "5"
}