Random Strings
This API will generate UUIDs, cryptographically strong random strings, and random human recognizable words. UUIDs are great for using as keys for data especially if that data will live in a database. The cryptographically strong strings are great for keys, slugs, salt, or any other type of code. The random words are fun but can also be useful for password recovery phrases.
Random Strings endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
UUID /v1/uuid |
Generates a random version 4 UUID. |
| GET |
Random String /v1/string |
This endpoint generates a random string. |
| GET |
Random Words /v1/words |
Generates a sentence of random words. |
Random Strings pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $0.5 / month | — |
|