🆔

Nanoid Generator

Generate nanoid-style compact, URL-friendly unique IDs.

generators API: POST /api/tools/nanoid

Input

🔌 API Usage

POST /api/tools/nanoid
Content-Type: application/json

// Example body:
{
  "length": "21",
  "count": "5"
}