Password Generator API Documentation
Complete reference for the Password Generator API
Authentication
Authorization: Bearer sk_live_your_key_here
GET POST /v1/password/process
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| action | string | Yes | generate, bulk, strength, passphrase, pin, memorable |
| length | integer | No | Password length (4-128, default 16) |
| uppercase | boolean | No | Include uppercase letters (default true) |
| symbols | boolean | No | Include symbols (default true) |
| password | string | No | Password to check strength for |
| words | integer | No | Word count for passphrase (3-10) |
| count | integer | No | Number of passwords for bulk (1-100) |