UUID Generator & Validator
This API provides two lightweight endpoints built with NestJS: - **Generate UUID**: Returns a new random UUID v4. - **Validate UUID**: Checks whether a provided string is in a valid UUID/GUID format. Ideal for developers who need to: - Automatically generate identifiers for databases, sessions, or objects. - Validate user input that should conform to a UUID structure. - Showcase clean,…
UUID Generator & Validator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Generate UUID /uuid/generate |
Generates and returns a new random UUID version 4 (v4). This identifier is unique, RFC4122-compliant, and commonly used for database entries, tokens, and identifiers. |
| POST |
Validate UUID /uuid/validate |
Validates whether the provided string is a correctly formatted UUID (any version). Returns valid: true if the string matches the UUID/GUID format; otherwise, it returns a 400… |
UUID Generator & Validator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $10 / month | — |
|
| MEGA | $15 / month | — |
|