Password generator
The Password Generator API is a lightweight, high-performance, stateless REST service designed to generate secure and customizable passwords on demand. Built using Rust, this API focuses on speed, reliability, and strict validation to deliver production-grade password generation for developers and businesses. The API allows clients to dynamically configure password length, character composition,…
Password generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| GET |
generate-password /v1/generate-password |
## 📌 Endpoint GET /v1/generate-password --- ## ⚙️ Query Parameters | Parameter | Type | Default | Description | |------------------|-------|----------|--------------| | `length`… |
Password generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $2.49 / month | — |
|
| ULTRA | $4.49 / month | — |
|
| MEGA | $5.49 / month | — |
|