Password Generator API

Generate strong random passwords — free, no signup, no tracking.

About

This API generates secure, random passwords directly from your terminal or scripts. It’s designed to be quick, private, and dependency-free. You can use it freely without accounts or rate limits.

Endpoint

/generate — returns a password as plain text.

Parameters

Examples

curl "https://passgen.xprilion.com/generate"
curl "https://passgen.xprilion.com/generate?l=16&off=s"
curl "https://passgen.xprilion.com/generate?l=20&off=un"

Sample Response

xD7bKj3rQhT2zN4W

Output is plain text only — perfect for curl or shell scripts.