← Back to marketplace

Password Generator

Generate cryptographically secure random passwords with configurable length and character sets. Includes entropy calculation.

infra
by APIHub1 endpoint100% uptime15ms avg

Endpoints

GET/password/generate
$0.0010/req

Generate password. Params: ?length=16&symbols=true

Quick start

Easiest way: the APIHub CLI. Credits cover x402, no wallet needed.

# install and set up once
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call this service
npx @apihubio/cli call -X GET "https://proxy.apihub.io/password-generator/password/generate?length=16&symbols=true"

Or call the proxy directly (curl / any HTTP client):

curl https://proxy.apihub.io/password-generator/password/generate?length=16&symbols=true \
  -H "Authorization: Bearer ahk_your_key"

# If credits available: charged automatically, returns 200
# Otherwise: returns 402 (pay via @x402/fetch or top up credits)

Pricing calculator

Estimate your monthly cost for Password Generator.

GET /password/generate$0.0010/req
-