passwords-api
# Password Generator API A comprehensive password generation API that provides multiple password creation methods with customizable options and strength validation. Generate strong passwords, memorable passwords, passphrases, PINs, OTPs, SSH passphrases, and pattern-based passwords with detailed strength analysis. ## Key Features: - **Multiple Generation Types**: Regular passwords, memorable…
passwords-api endpoints
| Method | Endpoint | Description |
|---|---|---|
| passwords | ||
| POST |
validatePasswordStrength /v1/passwords/validation |
|
| GET |
getPasswordWithQueryParams /v1/passwords |
|
| POST |
createSecurePassword /v1/passwords |
|
| GET |
validatePasswordStrengthViaQuery /v1/passwords/validation |
|
| memorable-passwords | ||
| GET |
getMemorablePasswordWithQueryParams /v1/memorable-passwords |
|
| POST |
createMemorablePassword /v1/memorable-passwords |
|
| passphrases | ||
| GET |
getPassphraseWithQueryParams /v1/passphrases |
|
| POST |
createSecurePassphrase /v1/passphrases |
|
| pattern-passwords | ||
| GET |
getPatternBasedPasswordWithQueryParams /v1/pattern-passwords |
|
| POST |
createPatternBasedPassword /v1/pattern-passwords |
|
| pins | ||
| POST |
validatePinStrength /v1/pins/validation |
|
| GET |
validatePinStrengthViaQuery /v1/pins/validation |
|
| POST |
createSecurePin /v1/pins |
|
| GET |
getPinWithQueryParams /v1/pins |
|
| otp | ||
| POST |
createSecureOtp /v1/otp |
|
| GET |
validateOtpStrengthViaQuery /v1/otp/validation |
|
| GET |
getOtpWithQueryParams /v1/otp |
|
| POST |
validateOtpStrength /v1/otp/validation |
|
| ssh-passphrases | ||
| GET |
getSshPassphraseWithQueryParams /v1/ssh-passphrases |
|
| POST |
createSecureSshPassphrase /v1/ssh-passphrases |
|
passwords-api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 20 / minute |
|
| PRO | $2 / month | 20 / second |
|