nanoid
Generate compact, URL-safe unique IDs with customizable length and alphabet. Shorter than UUIDs for efficient use.
Instructions
[PRO — 3 trial uses left] Generate compact, URL-safe unique IDs (like UUID but shorter). Customizable length and alphabet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of IDs to generate (default: 1, max: 10) | |
| length | No | ID length (default: 21) | |
| alphabet | No | Custom alphabet (default: A-Za-z0-9_-) |