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
actionstringYesgenerate, bulk, strength, passphrase, pin, memorable
lengthintegerNoPassword length (4-128, default 16)
uppercasebooleanNoInclude uppercase letters (default true)
symbolsbooleanNoInclude symbols (default true)
passwordstringNoPassword to check strength for
wordsintegerNoWord count for passphrase (3-10)
countintegerNoNumber of passwords for bulk (1-100)