/pin/{length}
Returns a numeric PIN with the requested length.
GET /pin/4
GET /pin/6
create.pw exposes three GET endpoints for PINs, passwords and word-based passphrases. Every API request is rate limited to 10 requests per minute per IP, and responses are returned as plain text.
Returns a numeric PIN with the requested length.
Returns a random password using uppercase, lowercase, digits and special characters.
Returns random words joined with a random separator from -, . or _.